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 5b878b8 commit b305feaCopy full SHA for b305fea
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: lts/*
14
- uses: pnpm/action-setup@v4
15
with:
16
- version: 9.12.2
+ version: 10.18.3
17
- name: Install dependencies
18
run: pnpm install
19
- name: Build
package.json
@@ -7,7 +7,7 @@
7
"examples/*"
8
]
9
},
10
- "packageManager": "pnpm@10.9.0",
+ "packageManager": "pnpm@10.18.3",
11
"scripts": {
12
"version": "pnpm install && git add pnpm-lock.yaml",
"preinstall": "npx only-allow pnpm",
0 commit comments