Skip to content

Commit 347f462

Browse files
committed
Drop nodejs 10
1 parent 95d3a5f commit 347f462

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ workflows:
88
pr-checks:
99
jobs:
1010
- check-coding-style
11-
- node-v10
1211
- node-v12
1312
- node-v14
1413
- node-v16
@@ -345,10 +344,6 @@ jobs:
345344
- run: cd solidity/ && curl "https://binaries.soliditylang.org/bin/soljson-nightly.js" --location --output soljson.js
346345
- run: cd solidity/ && test/externalTests/solc-js/solc-js.sh "$(realpath soljson.js)" "$(scripts/get_version.sh)" "$(realpath ../solc-js/)"
347346

348-
node-v10:
349-
<<: *node-base
350-
docker:
351-
- image: cimg/node:10.24
352347
node-v12:
353348
<<: *node-base
354349
docker:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"compiler"
3333
],
3434
"engines": {
35-
"node": ">=10.0.0"
35+
"node": ">=12.0.0"
3636
},
3737
"files": [
3838
"common/*.js",

0 commit comments

Comments
 (0)