We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82f78ab commit a9e06ceCopy full SHA for a9e06ce
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: lts/*
19
- uses: pnpm/action-setup@v4
20
with:
21
- version: 10.23.0
+ version: 10.27.0
22
- name: Install dependencies
23
run: pnpm install
24
- name: Build
package.json
@@ -7,7 +7,7 @@
7
"examples/*"
8
]
9
},
10
- "packageManager": "pnpm@10.23.0",
+ "packageManager": "pnpm@10.27.0",
11
"scripts": {
12
"version": "pnpm install && git add pnpm-lock.yaml",
13
"preinstall": "npx only-allow pnpm",
0 commit comments