Skip to content

Commit d16f4ea

Browse files
committed
ci(pnpm): downgrade pnpm version to 9 in workflows
1 parent 0513875 commit d16f4ea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26+
version: 9
2627
run_install: false
2728

2829
- name: Get pnpm store directory

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10
24+
version: 9
2525
run_install: false
2626

2727
- name: Get pnpm store directory

0 commit comments

Comments
 (0)