Skip to content

Commit

Permalink
ci: specify pnpm version as the package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 25, 2024
1 parent c518b02 commit 1df5e05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ jobs:
- uses: pnpm/action-setup@v4
if: ${{ !matrix.docker }}
with:
version: 9

- name: Install Node 20
if: ${{ !matrix.docker }}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"node-gyp": "10.0.1"
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">= 10",
"pnpm": ">= 9"
Expand Down

0 comments on commit 1df5e05

Please sign in to comment.