File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,11 @@ jobs:
1515 os :
1616 - ubuntu-latest
1717 node_version :
18- - 10
19- - 12
20- - 14
2118 - 16
2219 - 18
2320 - 20
2421 - 22
22+ - 24
2523 name : Running tests with Node ${{ matrix.node_version }} on ${{ matrix.os }}
2624 runs-on : ${{ matrix.os }}
2725 steps :
Original file line number Diff line number Diff line change 3838 "license" : " MIT" ,
3939 "typings" : " index.d.ts" ,
4040 "devDependencies" : {
41- "@types/json-stable-stringify" : " ^1.0.34 " ,
42- "@types/node" : " ^18.11.18 " ,
41+ "@types/json-stable-stringify" : " ^1.2.0 " ,
42+ "@types/node" : " ^18.19.130 " ,
4343 "clone" : " ^2.1.2" ,
4444 "fast-json-stable-stringify" : " ^2.1.0" ,
4545 "fast-safe-stringify" : " ^2.1.1" ,
4646 "fast-stable-stringify" : " ^1.0.0" ,
4747 "faster-stable-stringify" : " ^1.0.0" ,
4848 "fastest-stable-stringify" : " ^2.0.2" ,
49- "json-stable-stringify" : " ^1.0.1 " ,
50- "json-stringify-deterministic" : " ^1.0.7 " ,
49+ "json-stable-stringify" : " ^1.3.0 " ,
50+ "json-stringify-deterministic" : " ^1.0.12 " ,
5151 "json-stringify-safe" : " ^5.0.1" ,
52- "bench-node" : " ^0.5.4 " ,
53- "standard" : " ^16.0.4 " ,
54- "tap" : " ^15.0.9 " ,
55- "typescript" : " ^4.8 .3"
52+ "bench-node" : " ^0.14.0 " ,
53+ "standard" : " ^17.1.2 " ,
54+ "tap" : " ^16.3.10 " ,
55+ "typescript" : " ^5.9 .3"
5656 },
5757 "repository" : {
5858 "type" : " git" ,
Original file line number Diff line number Diff line change 1111 "moduleResolution" : " nodenext" ,
1212 "importHelpers" : false ,
1313 "target" : " esnext" ,
14- "module" : " CommonJS " ,
14+ "module" : " NodeNext " ,
1515 "strict" : true ,
1616 "noImplicitAny" : false ,
1717 "lib" : [
You can’t perform that action at this time.
0 commit comments