Skip to content

Commit 6668406

Browse files
committed
fix: pnpm version
1 parent 0989113 commit 6668406

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Setup pnpm
39-
uses: pnpm/action-setup@v4
39+
uses: pnpm/action-setup@v2
4040
with:
4141
version: 10
4242
run_install: true

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v4
30+
uses: pnpm/action-setup@v2
3131
with:
3232
version: 10
3333
run_install: true
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Setup pnpm
61-
uses: pnpm/action-setup@v4
61+
uses: pnpm/action-setup@v2
6262
with:
6363
version: 10
6464
run_install: true

0 commit comments

Comments
 (0)