Skip to content

Commit 6df674b

Browse files
committed
chore: update pnpm version to ^10.22.0 in GitHub workflows
1 parent 20ca7d8 commit 6df674b

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
@@ -25,7 +25,7 @@ jobs:
2525
uses: pnpm/action-setup@v2
2626
id: pnpm-install
2727
with:
28-
version: ^8.6.0
28+
version: ^10.22.0
2929
run_install: false
3030

3131
- name: Get pnpm store directory

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: pnpm/action-setup@v2
2222
id: pnpm-install
2323
with:
24-
version: ^8.6.0
24+
version: ^10.22.0
2525
run_install: false
2626

2727
- name: Get pnpm store directory

0 commit comments

Comments
 (0)