Skip to content

Commit 165b368

Browse files
committed
chore: bump pnpm
1 parent 7352dfd commit 165b368

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 9
24+
version: 10.8.0
2525

2626
- name: Install Node.js
2727
uses: actions/setup-node@v4
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install pnpm
4949
uses: pnpm/action-setup@v4
5050
with:
51-
version: 10
51+
version: 10.8.0
5252

5353
- name: Install Node.js ${{ matrix.node-version }}
5454
uses: actions/setup-node@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
".": "./index.js",
2929
"./package.json": "./package.json"
3030
},
31+
"packageManager": "pnpm@10.8.0",
3132
"engines": {
3233
"node": "^20.0.0 || >=22.0.0"
3334
},

0 commit comments

Comments
 (0)