Skip to content

Commit

Permalink
fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
mac authored and mac committed Oct 4, 2024
1 parent 9c2eef0 commit c45d069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
version: 9.12.0 # Updated to match the version in package.json
run_install: false

- name: Install Node.js
Expand Down

0 comments on commit c45d069

Please sign in to comment.