File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ workflows:
88 pr-checks :
99 jobs :
1010 - check-coding-style
11- - node-v10
1211 - node-v12
1312 - node-v14
1413 - node-v16
1514 - node-v18
1615 - node-v20
16+ - node-v22
1717 - node-current :
1818 run_coveralls : true
1919 - build-package
@@ -345,10 +345,6 @@ jobs:
345345 - run : cd solidity/ && curl "https://binaries.soliditylang.org/bin/soljson-nightly.js" --location --output soljson.js
346346 - run : cd solidity/ && test/externalTests/solc-js/solc-js.sh "$(realpath soljson.js)" "$(scripts/get_version.sh)" "$(realpath ../solc-js/)"
347347
348- node-v10 :
349- << : *node-base
350- docker :
351- - image : cimg/node:10.24
352348 node-v12 :
353349 << : *node-base
354350 docker :
@@ -369,6 +365,10 @@ jobs:
369365 << : *node-base
370366 docker :
371367 - image : cimg/node:20.9
368+ node-v22 :
369+ << : *node-base
370+ docker :
371+ - image : cimg/node:22.14
372372 node-current :
373373 << : *node-base
374374 docker :
Original file line number Diff line number Diff line change 3232 " compiler"
3333 ],
3434 "engines" : {
35- "node" : " >=10 .0.0"
35+ "node" : " >=12 .0.0"
3636 },
3737 "files" : [
3838 " common/*.js" ,
You can’t perform that action at this time.
0 commit comments