Skip to content

Commit 7bf9d8d

Browse files
committed
Upgrade pnpm to 9.12.2
1 parent c780461 commit 7bf9d8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@v4
2929
- name: Install pnpm
30-
uses: pnpm/action-setup@v3
30+
uses: pnpm/action-setup@v4
3131
- name: Use Node.js specified in the '.nvmrc' file
3232
uses: actions/setup-node@v4
3333
with:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
},
77
"engines": {
88
"node": "20.18.0",
9-
"pnpm": "9.12.0"
9+
"pnpm": "9.12.2"
1010
},
1111
"volta": {
1212
"node": "20.18.0",
13-
"pnpm": "9.12.0"
13+
"pnpm": "9.12.2"
1414
},
1515
"engine-strict": true,
1616
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)