We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518b02 commit 713b808Copy full SHA for 713b808
.github/workflows/CI.yml
@@ -231,6 +231,8 @@ jobs:
231
232
- name: Install pnpm
233
uses: pnpm/action-setup@v4
234
+ with:
235
+ version: 9
236
237
- name: Install Yarn
238
run: |
package.json
@@ -64,6 +64,7 @@
64
"node-gyp": "10.0.1"
65
}
66
},
67
+ "packageManager": "[email protected]",
68
"engines": {
69
"node": ">= 10",
70
"pnpm": ">= 9"
0 commit comments