Skip to content

Commit eef0e50

Browse files
committed
fix: allow installation with yarn
1 parent 5ab0a38 commit eef0e50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
108108
- uses: pnpm/action-setup@v4
109109
if: ${{ !matrix.docker }}
110+
with:
111+
version: 9
110112

111113
- name: Install Node 20
112114
if: ${{ !matrix.docker }}
@@ -214,6 +216,8 @@ jobs:
214216

215217
- name: Install Pnpm
216218
uses: pnpm/action-setup@v4
219+
with:
220+
version: 9
217221

218222
- name: Pack Zeromq
219223
run: |

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"node-gyp": "10.0.1"
6565
}
6666
},
67-
"packageManager": "[email protected]",
6867
"engines": {
6968
"node": ">= 10",
7069
"pnpm": ">= 9"

0 commit comments

Comments
 (0)