Skip to content

Commit

Permalink
Upgrade pnpm to 9.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Oct 17, 2024
1 parent c780461 commit 7bf9d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
- name: Use Node.js specified in the '.nvmrc' file
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"engines": {
"node": "20.18.0",
"pnpm": "9.12.0"
"pnpm": "9.12.2"
},
"volta": {
"node": "20.18.0",
"pnpm": "9.12.0"
"pnpm": "9.12.2"
},
"engine-strict": true,
"packageManager": "[email protected]",
Expand Down

0 comments on commit 7bf9d8d

Please sign in to comment.