Skip to content

Commit a9e06ce

Browse files
chore(deps): update pnpm to v10.27.0
1 parent 82f78ab commit a9e06ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: lts/*
1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 10.23.0
21+
version: 10.27.0
2222
- name: Install dependencies
2323
run: pnpm install
2424
- name: Build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"examples/*"
88
]
99
},
10-
"packageManager": "pnpm@10.23.0",
10+
"packageManager": "pnpm@10.27.0",
1111
"scripts": {
1212
"version": "pnpm install && git add pnpm-lock.yaml",
1313
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)