File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- node-version : ['18', ' 20', '22']
19+ node-version : ['20', '22']
2020
2121 steps :
2222 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4040 "dependencies" : {
4141 "@aitodotai/json-stringify-pretty-compact" : " ^1.3.0" ,
4242 "@mapbox/geojson-area" : " ^0.2.2" ,
43- "@rapideditor/country-coder" : " ^5.3.1 " ,
43+ "@rapideditor/country-coder" : " ^5.4.0 " ,
4444 "circle-to-polygon" : " ^2.2.0" ,
4545 "geojson-precision" : " ^1.0.0" ,
46- "polyclip-ts" : " ~0.16.7 "
46+ "polyclip-ts" : " ~0.16.8 "
4747 },
4848 "devDependencies" : {
4949 "c8" : " ^10.1.3" ,
50- "esbuild" : " ^0.24.0 " ,
51- "eslint" : " ^9.17.0 " ,
52- "globals" : " ^15.13 .0" ,
50+ "esbuild" : " ^0.25.3 " ,
51+ "eslint" : " ^9.25.1 " ,
52+ "globals" : " ^16.0 .0" ,
5353 "npm-run-all" : " ^4.1.5" ,
54- "shx" : " ^0.3.4 "
54+ "shx" : " ^0.4.0 "
5555 },
5656 "publishConfig" : {
5757 "access" : " public"
5858 },
5959 "engines" : {
60- "node" : " >=18 "
60+ "node" : " >=20 "
6161 }
6262}
You can’t perform that action at this time.
0 commit comments