Skip to content

Commit

Permalink
fix: set pnpm version in github actions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Theaninova committed Jan 6, 2025
1 parent f152dbd commit dce554f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: 🐉 Use Node.js 22.4.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dce554f

Please sign in to comment.