Skip to content

Commit 1331cdc

Browse files
authored
chore: upgrade to pnpm 9.2.0 (#11916)
1 parent 4da0d2a commit 1331cdc

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: pnpm/[email protected]
34-
with:
35-
version: 9
33+
- uses: pnpm/action-setup@v4
3634
- uses: actions/setup-node@v3
3735
with:
3836
node-version: ${{ matrix.node-version }}
@@ -47,9 +45,7 @@ jobs:
4745
timeout-minutes: 5
4846
steps:
4947
- uses: actions/checkout@v3
50-
- uses: pnpm/[email protected]
51-
with:
52-
version: 9
48+
- uses: pnpm/action-setup@v4
5349
- uses: actions/setup-node@v3
5450
with:
5551
node-version: 18

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
with:
2222
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2323
fetch-depth: 0
24-
- uses: pnpm/[email protected]
25-
with:
26-
version: 9
24+
- uses: pnpm/action-setup@v4
2725
- name: Setup Node.js
2826
uses: actions/setup-node@v3
2927
with:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"private": true,
66
"type": "module",
77
"license": "MIT",
8+
"packageManager": "[email protected]",
89
"engines": {
910
"pnpm": "^9.0.0"
1011
},

0 commit comments

Comments
 (0)