Skip to content

Commit 28f53ef

Browse files
committed
upgrade to pnpm 9 and fix broken pnpm setup
1 parent 0afe1d3 commit 28f53ef

File tree

3 files changed

+2732
-2201
lines changed

3 files changed

+2732
-2201
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ 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/action-setup@v4
25-
with:
26-
version: 8.6.2
2725
- name: Setup Node.js
2826
uses: actions/setup-node@v4
2927
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"ci:release": "changeset publish",
1111
"ci:version": "changeset version"
1212
},
13-
"packageManager": "pnpm@8.1.0",
13+
"packageManager": "pnpm@9.6.0",
1414
"engines": {
15-
"pnpm": "^8.0.0"
15+
"pnpm": "^9.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)