Merge pull request #10501 from ethereum/bytecode-comparison-on-nodejs-14

Upgrade bytecode comparison container to node.js 14
This commit is contained in:
Daniel Kirchner 2020-12-07 10:40:04 +01:00 committed by GitHub
commit f456d939af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1046,7 +1046,7 @@ jobs:
b_bytecode_ems:
docker:
- image: circleci/node:10
- image: circleci/node:14
environment:
SOLC_EMSCRIPTEN: "On"
steps: