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 713b808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:

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

- name: Install Yarn
run: |
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 713b808

Please sign in to comment.