Skip to content

Commit a8702d9

Browse files
committed
chore: fix pnpm version on CI
1 parent 74942f7 commit a8702d9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- uses: pnpm/action-setup@v3
3131
with:
32-
version: 8
32+
version: 9
3333
run_install: false
3434

3535
- name: Get pnpm store directory

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: pnpm/action-setup@v3
2424
with:
25-
version: 8
25+
version: 9
2626
run_install: false
2727

2828
- name: Get pnpm store directory

.github/workflows/site-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: pnpm/action-setup@v3
1818
with:
19-
version: 8
19+
version: 9
2020
run_install: false
2121

2222
- name: Get pnpm store directory

0 commit comments

Comments
 (0)