Skip to content

Commit

Permalink
Fix pnpm version in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Nov 8, 2023
1 parent df78fd8 commit 6826687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-and-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: "8.6.2"
run_install: false

- uses: actions/setup-node@v3
Expand Down

0 comments on commit 6826687

Please sign in to comment.