We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2a4af commit be5b319Copy full SHA for be5b319
.github/workflows/ci.yml
@@ -14,19 +14,15 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - name: Set node
18
- uses: actions/setup-node@v4
+ - uses: actions/setup-node@v4
19
with:
20
- node-version: 22.x
21
-
22
- - name: Setup
23
- run: npm i -g @antfu/ni
24
25
- - name: Install
26
- run: nci
27
+ node-version: 22
+ - uses: pnpm/action-setup@v4
+ with:
+ version: 8
+ - run: pnpm install
28
- name: Lint
29
- run: nr lint
+ run: pnpm lint
30
31
typecheck:
32
@@ -38,5 +34,6 @@ jobs:
38
34
- uses: pnpm/action-setup@v4
39
35
40
36
version: 8
37
41
- name: Typecheck
42
run: pnpm type-check
0 commit comments