We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d3a5f commit a57f964Copy full SHA for a57f964
.circleci/config.yml
@@ -8,7 +8,6 @@ workflows:
8
pr-checks:
9
jobs:
10
- check-coding-style
11
- - node-v10
12
- node-v12
13
- node-v14
14
- 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
- run: cd solidity/ && test/externalTests/solc-js/solc-js.sh "$(realpath soljson.js)" "$(scripts/get_version.sh)" "$(realpath ../solc-js/)"
347
348
- node-v10:
349
- <<: *node-base
350
- docker:
351
- - image: cimg/node:10.24
352
node-v12:
353
<<: *node-base
354
docker:
0 commit comments