File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+ - name : Use Node.js 22.x
22+ uses : actions/setup-node@v4
23+ with :
24+ node-version : 22.x
2125 - name : Install
2226 run : npm install
2327 - name : Run typecheck
@@ -29,12 +33,11 @@ jobs:
2933 matrix :
3034 os : [ubuntu-latest, windows-latest]
3135 node-version :
32- - 20.10.0
33- - 21.x
36+ - 22.x
3437 steps :
3538 - uses : actions/checkout@v4
3639 - name : Use Node.js ${{ matrix.node-version }}
37- uses : actions/setup-node@v1
40+ uses : actions/setup-node@v4
3841 with :
3942 node-version : ${{ matrix.node-version }}
4043 - name : Install
@@ -46,12 +49,11 @@ jobs:
4649 strategy :
4750 matrix :
4851 node-version :
49- - 20.10.0
50- - 21.x
52+ - 22.x
5153 steps :
52- - uses : actions/checkout@v2
54+ - uses : actions/checkout@v4
5355 - name : Use Node.js ${{ matrix.node-version }}
54- uses : actions/setup-node@v1
56+ uses : actions/setup-node@v4
5557 with :
5658 node-version : ${{ matrix.node-version }}
5759 - name : Install
Original file line number Diff line number Diff line change 33 "description" : " " ,
44 "version" : " 1.1.0-next.1" ,
55 "engines" : {
6- "node" : " >=20.6 .0"
6+ "node" : " >=22.0 .0"
77 },
88 "type" : " module" ,
99 "files" : [
You can’t perform that action at this time.
0 commit comments