File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v3
19
19
with :
20
- node-version : 18
20
+ node-version-file : " .nvmrc"
21
+ cache : " npm"
21
22
- name : Install dependencies
22
23
run : yarn
23
24
- name : Lint code
39
40
needs : [build_and_test]
40
41
strategy :
41
42
matrix :
42
- node : [16, 18]
43
+ node : [16, 18, 20 ]
43
44
steps :
44
45
- uses : actions/checkout@v4
45
46
- uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 1
- 18
1
+ 20
Original file line number Diff line number Diff line change 50
50
"@types/chai" : " ^4.2.11" ,
51
51
"@types/glob" : " ^8.1.0" ,
52
52
"@types/mocha" : " ^10.0.1" ,
53
- "@types/node" : " ^18.17.15 " ,
53
+ "@types/node" : " ^20.8.6 " ,
54
54
"@typescript-eslint/eslint-plugin" : " ^6.0.0" ,
55
55
"@typescript-eslint/parser" : " ^6.0.0" ,
56
56
"c8" : " ^8.0.1" ,
Original file line number Diff line number Diff line change 316
316
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.2.tgz#96d63314255540a36bf24da094cce7a13668d73b"
317
317
integrity sha512-NaHL0+0lLNhX6d9rs+NSt97WH/gIlRHmszXbQ/8/MV/eVcFNdeJ/GYhrFuUc8K7WuPhRhTSdMkCp8VMzhUq85w==
318
318
319
- " @types/node@*" , "@types/node@^18.17.15":
320
- version "18.17.15"
321
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.15.tgz#31301a273b9ca7d568fe6d1c35ae52e0fb3f8d6a"
322
- integrity sha512-2yrWpBk32tvV/JAd3HNHWuZn/VDN1P+72hWirHnvsvTGSqbANi+kSeuQR9yAHnbvaBvHDsoTdXV0Fe+iRtHLKA==
319
+ " @types/node@*" , "@types/node@^20.8.6":
320
+ version "20.8.6"
321
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.6.tgz#0dbd4ebcc82ad0128df05d0e6f57e05359ee47fa"
322
+ integrity sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==
323
+ dependencies :
324
+ undici-types "~5.25.1"
323
325
324
326
" @types/resolve@1.20.2 " :
325
327
version "1.20.2"
@@ -2834,6 +2836,11 @@ unbox-primitive@^1.0.2:
2834
2836
has-symbols "^1.0.3"
2835
2837
which-boxed-primitive "^1.0.2"
2836
2838
2839
+ undici-types@~5.25.1 :
2840
+ version "5.25.3"
2841
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
2842
+ integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==
2843
+
2837
2844
union@~0.5.0 :
2838
2845
version "0.5.0"
2839
2846
resolved "https://registry.yarnpkg.com/union/-/union-0.5.0.tgz#b2c11be84f60538537b846edb9ba266ba0090075"
You can’t perform that action at this time.
0 commit comments