We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f021a6 commit 9ad461dCopy full SHA for 9ad461d
.github/workflows/ci.yml
@@ -22,8 +22,6 @@ jobs:
22
23
- uses: pnpm/action-setup@v4
24
name: Install pnpm
25
- with:
26
- version: 8
27
28
- name: Use Node.js ${{ env.NODE_VERSION }}
29
uses: actions/setup-node@v4
@@ -48,8 +46,6 @@ jobs:
48
46
49
47
50
51
52
53
54
55
package.json
@@ -142,8 +142,9 @@
142
},
143
"engines": {
144
"node": "16.* || 18.* || 20.*",
145
- "npm": "7 || 8 || >= 9"
+ "pnpm": "9"
146
147
+ "packageManager": "[email protected]",
148
"cacheDirectories": [
149
"node_modules"
150
],
0 commit comments