Skip to content

Commit 8a2e38c

Browse files
chore(deps): update pnpm to v10.27.0
1 parent 61f4b2b commit 8a2e38c

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
@@ -13,7 +13,7 @@ jobs:
1313
node-version: lts/*
1414
- uses: pnpm/action-setup@v4
1515
with:
16-
version: 10.23.0
16+
version: 10.27.0
1717
- name: Install dependencies
1818
run: pnpm install
1919
- 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)