We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f4b2b commit 8a2e38cCopy full SHA for 8a2e38c
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: lts/*
14
- uses: pnpm/action-setup@v4
15
with:
16
- version: 10.23.0
+ version: 10.27.0
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.23.0",
+ "packageManager": "pnpm@10.27.0",
11
"scripts": {
12
"version": "pnpm install && git add pnpm-lock.yaml",
"preinstall": "npx only-allow pnpm",
0 commit comments