Skip to content

Commit

Permalink
Update to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed May 10, 2024
1 parent bdfeb7c commit cbbc600
Show file tree
Hide file tree
Showing 5 changed files with 4,669 additions and 3,753 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
},
"engines": {
"node": ">= 18",
"pnpm": ">= 8"
"pnpm": ">= 9"
}
}
Loading

0 comments on commit cbbc600

Please sign in to comment.