Skip to content

Commit

Permalink
ci: set specific pnpm version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nlxdodge committed Aug 9, 2024
1 parent 12b2282 commit 56131eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install latest pnpm
uses: pnpm/action-setup@v4
with:
version: latest
version: "9.7.0"
- name: Install latest LTS Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 56131eb

Please sign in to comment.