We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6390f + 95bdab3 commit a148556Copy full SHA for a148556
.github/workflows/ci.yml
@@ -13,15 +13,15 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v2
20
21
- name: Set node
22
uses: actions/setup-node@v3
23
with:
24
- node-version: 20
+ node-version: lts/*
25
26
- name: Setup
27
run: npm i -g @antfu/ni
@@ -35,15 +35,15 @@ jobs:
35
typecheck:
36
37
38
39
40
41
42
43
44
45
46
47
48
49
0 commit comments