We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352dfd commit 165b368Copy full SHA for 165b368
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install pnpm
22
uses: pnpm/action-setup@v4
23
with:
24
- version: 9
+ version: 10.8.0
25
26
- name: Install Node.js
27
uses: actions/setup-node@v4
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
- version: 10
52
53
- name: Install Node.js ${{ matrix.node-version }}
54
package.json
@@ -28,6 +28,7 @@
28
".": "./index.js",
29
"./package.json": "./package.json"
30
},
31
+ "packageManager": "pnpm@10.8.0",
32
"engines": {
33
"node": "^20.0.0 || >=22.0.0"
34
0 commit comments