Skip to content

Commit 04486cc

Browse files
fix: ci issue of pnpm
1 parent 5b40f12 commit 04486cc

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121

2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v4
24-
with:
25-
version: 10
2624

2725
- name: Install dependencies
2826
run: pnpm install --frozen-lockfile

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626

2727
- name: Setup pnpm
2828
uses: pnpm/action-setup@v4
29-
with:
30-
version: 10
3129

3230
- name: Install dependencies
3331
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)