File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set node
18- uses : actions/setup-node@v3
18+ uses : actions/setup-node@v4
1919 with :
20- node-version : 18 .x
20+ node-version : 22 .x
2121
2222 - name : Setup
2323 run : npm i -g @antfu/ni
@@ -31,17 +31,12 @@ jobs:
3131 typecheck :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v3
35- - name : Set node
36- uses : actions/setup-node@v3
34+ - uses : actions/checkout@v4
35+ - uses : actions/setup-node@v4
3736 with :
38- node-version : 18.x
39-
40- - name : Setup
41- run : npm i -g @antfu/ni
42-
43- - name : Install
44- run : nci
45-
37+ node-version : 22
38+ - uses : pnpm/action-setup@v4
39+ with :
40+ version : 8
4641 - name : Typecheck
47- run : nr type-check
42+ run : pnpm type-check
You can’t perform that action at this time.
0 commit comments