File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- name : Use Node
16
16
uses : actions/setup-node@v4
17
17
with :
18
- node-version : " 20 .x"
18
+ node-version : " 22 .x"
19
19
cache : " yarn"
20
20
21
21
- name : Install Dependencies
Original file line number Diff line number Diff line change 31
31
"ws" : " ^8.18.3"
32
32
},
33
33
"devDependencies" : {
34
- "@types/node" : " ^20.1.7 " ,
34
+ "@types/node" : " ^22.0.0 " ,
35
35
"@types/ws" : " ^8.18.1" ,
36
36
"eslint" : " ^8.40.0" ,
37
37
"eslint-config-antoine" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 389
389
dependencies :
390
390
undici-types "~7.8.0"
391
391
392
- " @types/node@^20.1.7 " :
393
- version "20.19.9 "
394
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.9 .tgz#ca9a58193fec361cc6e859d88b52261853f1f0d3 "
395
- integrity sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw ==
392
+ " @types/node@^22.0.0 " :
393
+ version "22.18.1 "
394
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.1 .tgz#cc85ee6999b2a2928739281d2f56ff410a140c52 "
395
+ integrity sha512-rzSDyhn4cYznVG+PCzGe1lwuMYJrcBS1fc3JqSa2PvtABwWo+dZ1ij5OVok3tqfpEBCBoaR4d7upFJk73HRJDw ==
396
396
dependencies :
397
397
undici-types "~6.21.0"
398
398
You can’t perform that action at this time.
0 commit comments