Skip to content

Commit e7deaaf

Browse files
committed
chore: actions bump pnpm version
1 parent 4af296d commit e7deaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: setup pnpm
2626
uses: pnpm/action-setup@v3
2727
with:
28-
version: 8
28+
version: 10
2929
run_install: false
3030

3131
- name: Setup pnpm cache

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: setup pnpm
2525
uses: pnpm/action-setup@v3
2626
with:
27-
version: 8
27+
version: 10
2828
run_install: false
2929

3030
- name: Setup pnpm cache

0 commit comments

Comments
 (0)