Skip to content

Commit a4d0ab8

Browse files
committed
Add action
1 parent c0ff96f commit a4d0ab8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: pnpm/action-setup@v4
2424
name: Install pnpm
2525
with:
26-
version: 9
2726
run_install: false
2827
- run: pnpm i
2928
- run: |

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- uses: pnpm/action-setup@v4
1919
name: Install pnpm
2020
with:
21-
version: 9
2221
run_install: false
2322
- name: Install Node.js
2423
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)