Skip to content

Commit 98327d1

Browse files
r0qscameel
authored andcommitted
Drop nodejs 10
1 parent 95d3a5f commit 98327d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
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:

0 commit comments

Comments
 (0)