We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bec8d2 commit 8886a05Copy full SHA for 8886a05
.github/workflows/test.yml
@@ -23,11 +23,8 @@ jobs:
23
- name: Install pnpm
24
uses: pnpm/action-setup@v2
25
with:
26
- version: 8
27
- run_install: false
28
-
29
- - name: Install dependencies
30
- run: pnpm install --frozen-lockfile
+ version: 9
+ run_install: true
31
32
- name: Run lint
33
run: pnpm lint
@@ -48,11 +45,8 @@ jobs:
48
45
49
46
50
47
51
52
53
54
55
56
57
- name: Run tests
58
run: pnpm test b vgn
0 commit comments