Skip to content

Commit

Permalink
Merge pull request #479 from adopted-ember-addons/fix-pnpm
Browse files Browse the repository at this point in the history
fix pnpm version for release-plan
  • Loading branch information
mansona authored May 16, 2024
2 parents 8dc0595 + df935dd commit db4df76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- run: pnpm install --frozen-lockfile

- name: "Generate Explanation and Prep Changelogs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9
- run: pnpm install --frozen-lockfile
- name: npm publish
run: pnpm release-plan publish
Expand Down

0 comments on commit db4df76

Please sign in to comment.