Skip to content

Commit

Permalink
Add packageManager field to package.json (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Aug 23, 2024
1 parent 7a93fb6 commit 9c264e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"engines": {
"node": ">=18.14.0"
},
"packageManager": "pnpm@9.8.0",
"sideEffects": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 9c264e1

Please sign in to comment.