We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17651f commit ea3e602Copy full SHA for ea3e602
.github/workflows/ci.yml
@@ -12,8 +12,6 @@ on:
12
jobs:
13
lint:
14
runs-on: ubuntu-latest
15
- runs:
16
- using: node20
17
steps:
18
- uses: actions/checkout@v3
19
@@ -23,7 +21,7 @@ jobs:
23
21
- name: Set node
24
22
uses: actions/setup-node@v3
25
with:
26
- node-version: lts/*
+ node-version: 20
27
28
- name: Setup
29
run: npm i -g @antfu/ni
@@ -35,9 +33,7 @@ jobs:
35
33
run: nr lint
36
34
37
typecheck:
38
- runs-on: ubuntu-latest,
39
40
+ runs-on: ubuntu-latest
41
42
43
@@ -47,7 +43,7 @@ jobs:
47
48
44
49
45
50
46
51
52
53
0 commit comments