Skip to content

Commit

Permalink
chore: upgrade pnpm to version 9 (#11637)
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
  • Loading branch information
3 people authored May 28, 2024
1 parent b1e01bf commit 5168dd7
Show file tree
Hide file tree
Showing 4 changed files with 6,010 additions and 4,855 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -46,6 +48,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: pnpm/[email protected]
with:
version: 9
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"private": true,
"type": "module",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"pnpm": "^8.0.0"
"pnpm": "^9.0.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 5168dd7

Please sign in to comment.