Skip to content

Commit 343d3b3

Browse files
committed
fix pnpm release ci
1 parent 7fffae9 commit 343d3b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: Install pnpm
4444
id: pnpm-install
4545
with:
46-
version: 18
46+
version: 9
4747
run_install: false
4848

4949
- name: Get pnpm store directory

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Install pnpm
4343
id: pnpm-install
4444
with:
45-
version: 10
45+
version: 9
4646
run_install: false
4747

4848
- name: Get pnpm store directory

0 commit comments

Comments
 (0)