File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ workflows:
8
8
pr-checks :
9
9
jobs :
10
10
- check-coding-style
11
- - node-v10
12
11
- node-v12
13
12
- node-v14
14
13
- node-v16
@@ -345,10 +344,6 @@ jobs:
345
344
- run : cd solidity/ && curl "https://binaries.soliditylang.org/bin/soljson-nightly.js" --location --output soljson.js
346
345
- run : cd solidity/ && test/externalTests/solc-js/solc-js.sh "$(realpath soljson.js)" "$(scripts/get_version.sh)" "$(realpath ../solc-js/)"
347
346
348
- node-v10 :
349
- << : *node-base
350
- docker :
351
- - image : cimg/node:10.24
352
347
node-v12 :
353
348
<< : *node-base
354
349
docker :
Original file line number Diff line number Diff line change 32
32
" compiler"
33
33
],
34
34
"engines" : {
35
- "node" : " >=10 .0.0"
35
+ "node" : " >=12 .0.0"
36
36
},
37
37
"files" : [
38
38
" common/*.js" ,
You can’t perform that action at this time.
0 commit comments