We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afe1d3 commit 28f53efCopy full SHA for 28f53ef
.github/workflows/release.yml
@@ -22,8 +22,6 @@ jobs:
22
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
23
fetch-depth: 0
24
- uses: pnpm/action-setup@v4
25
- with:
26
- version: 8.6.2
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
29
with:
package.json
@@ -10,8 +10,8 @@
10
"ci:release": "changeset publish",
11
"ci:version": "changeset version"
12
},
13
- "packageManager": "pnpm@8.1.0",
+ "packageManager": "pnpm@9.6.0",
14
"engines": {
15
- "pnpm": "^8.0.0"
+ "pnpm": "^9.0.0"
16
}
17
0 commit comments