Upgrade the CircleCI job running bytecode comparison from node.js 10 to 14

This commit is contained in:
Kamil Śliwak 2020-12-04 23:40:19 +01:00
parent 3619a0a0f4
commit 6383d64ef4

View File

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