Skip to content

Commit ea3e602

Browse files
committed
fix: github actions
1 parent f17651f commit ea3e602

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ on:
1212
jobs:
1313
lint:
1414
runs-on: ubuntu-latest
15-
runs:
16-
using: node20
1715
steps:
1816
- uses: actions/checkout@v3
1917

@@ -23,7 +21,7 @@ jobs:
2321
- name: Set node
2422
uses: actions/setup-node@v3
2523
with:
26-
node-version: lts/*
24+
node-version: 20
2725

2826
- name: Setup
2927
run: npm i -g @antfu/ni
@@ -35,9 +33,7 @@ jobs:
3533
run: nr lint
3634

3735
typecheck:
38-
runs-on: ubuntu-latest,
39-
runs:
40-
using: node20
36+
runs-on: ubuntu-latest
4137
steps:
4238
- uses: actions/checkout@v3
4339

@@ -47,7 +43,7 @@ jobs:
4743
- name: Set node
4844
uses: actions/setup-node@v3
4945
with:
50-
node-version: lts/*
46+
node-version: 20
5147

5248
- name: Setup
5349
run: npm i -g @antfu/ni

0 commit comments

Comments
 (0)