Skip to content

Commit fce7ee7

Browse files
committed
Fix pnpm/action-setup version
1 parent e2bfc79 commit fce7ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

4141
- name: Setup pnpm
4242
id: pnpm-install
43-
uses: pnpm/action-setup@v3
43+
uses: pnpm/action-setup@v2
4444
with:
4545
version: 7
4646
run_install: false

.github/workflows/eslint.yml

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

3434
- name: Setup pnpm
3535
id: pnpm-install
36-
uses: pnpm/action-setup@v3
36+
uses: pnpm/action-setup@v2
3737
with:
3838
version: 7
3939
run_install: false

0 commit comments

Comments
 (0)