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 5ab0a38 commit eef0e50Copy full SHA for eef0e50
.github/workflows/CI.yml
@@ -107,6 +107,8 @@ jobs:
107
108
- uses: pnpm/action-setup@v4
109
if: ${{ !matrix.docker }}
110
+ with:
111
+ version: 9
112
113
- name: Install Node 20
114
@@ -214,6 +216,8 @@ jobs:
214
216
215
217
- name: Install Pnpm
218
uses: pnpm/action-setup@v4
219
220
221
222
- name: Pack Zeromq
223
run: |
package.json
@@ -64,7 +64,6 @@
64
"node-gyp": "10.0.1"
65
}
66
},
67
- "packageManager": "pnpm@9.12.1",
68
"engines": {
69
"node": ">= 10",
70
"pnpm": ">= 9"
0 commit comments