Skip to content

Commit 8886a05

Browse files
committed
fix: aciton
1 parent 1bec8d2 commit 8886a05

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

Diff for: .github/workflows/test.yml

+4-10
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 8
27-
run_install: false
28-
29-
- name: Install dependencies
30-
run: pnpm install --frozen-lockfile
26+
version: 9
27+
run_install: true
3128

3229
- name: Run lint
3330
run: pnpm lint
@@ -48,11 +45,8 @@ jobs:
4845
- name: Install pnpm
4946
uses: pnpm/action-setup@v2
5047
with:
51-
version: 8
52-
run_install: false
53-
54-
- name: Install dependencies
55-
run: pnpm install --frozen-lockfile
48+
version: 9
49+
run_install: true
5650

5751
- name: Run tests
5852
run: pnpm test b vgn

0 commit comments

Comments
 (0)