Skip to content

Commit 5168dd7

Browse files
paoloricciutiRich-Harrisbenmccann
authored
chore: upgrade pnpm to version 9 (#11637)
Co-authored-by: Rich Harris <[email protected]> Co-authored-by: Ben McCann <[email protected]>
1 parent b1e01bf commit 5168dd7

File tree

4 files changed

+6010
-4855
lines changed

4 files changed

+6010
-4855
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- uses: pnpm/[email protected]
34+
with:
35+
version: 9
3436
- uses: actions/setup-node@v3
3537
with:
3638
node-version: ${{ matrix.node-version }}
@@ -46,6 +48,8 @@ jobs:
4648
steps:
4749
- uses: actions/checkout@v3
4850
- uses: pnpm/[email protected]
51+
with:
52+
version: 9
4953
- uses: actions/setup-node@v3
5054
with:
5155
node-version: 18

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
2424
- uses: pnpm/[email protected]
25+
with:
26+
version: 9
2527
- name: Setup Node.js
2628
uses: actions/setup-node@v3
2729
with:

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"private": true,
66
"type": "module",
77
"license": "MIT",
8-
"packageManager": "[email protected]",
98
"engines": {
10-
"pnpm": "^8.0.0"
9+
"pnpm": "^9.0.0"
1110
},
1211
"repository": {
1312
"type": "git",

0 commit comments

Comments
 (0)