Skip to content

Commit b7b8f65

Browse files
authored
Merge pull request #50 from aaazh/main
fix: docs deploy error
2 parents c552429 + 9193004 commit b7b8f65

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
- uses: pnpm/action-setup@v2
1111
with:
1212
version: 9
13-
run_install: |
14-
- recursive: true
15-
args: [--frozen-lockfile, --strict-peer-dependencies]
13+
- name: Install dependencies
14+
run: pnpm install --frozen-lockfile
1615
- name: exec lint
1716
run: pnpm run lint
1817

@@ -23,9 +22,7 @@ jobs:
2322
- uses: pnpm/action-setup@v2
2423
with:
2524
version: 9
26-
run_install: |
27-
- recursive: true
28-
args: [--frozen-lockfile, --strict-peer-dependencies]
29-
25+
- name: Install dependencies
26+
run: pnpm install --frozen-lockfile
3027
- name: exec unit test
3128
run: pnpm run test

0 commit comments

Comments
 (0)