We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518b02 commit 1df5e05Copy full SHA for 1df5e05
.github/workflows/CI.yml
@@ -107,8 +107,6 @@ jobs:
107
108
- uses: pnpm/action-setup@v4
109
if: ${{ !matrix.docker }}
110
- with:
111
- version: 9
112
113
- name: Install Node 20
114
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