Skip to content

Commit

Permalink
fix: allow installation with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 27, 2024
1 parent 5ab0a38 commit eef0e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
- uses: pnpm/action-setup@v4
if: ${{ !matrix.docker }}
with:
version: 9

- name: Install Node 20
if: ${{ !matrix.docker }}
Expand Down Expand Up @@ -214,6 +216,8 @@ jobs:

- name: Install Pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Pack Zeromq
run: |
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"node-gyp": "10.0.1"
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 10",
"pnpm": ">= 9"
Expand Down

0 comments on commit eef0e50

Please sign in to comment.