Skip to content

Commit

Permalink
Merge pull request #716 from ethereum/bump-node-versions-in-ci
Browse files Browse the repository at this point in the history
Bump node versions in CI
  • Loading branch information
cameel committed Nov 28, 2023
2 parents bb820cb + 33fb12c commit 689b248
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .circleci/config.yml
Expand Up @@ -6,10 +6,10 @@ workflows:
- node-v10
- node-v12
- node-v14
- node-v16:
run_coveralls: true
- node-v16
- node-v18
- node-v20:
- node-v20
- node-current:
run_coveralls: true
- hardhat-core-default-solc
- hardhat-core-latest-solc
Expand Down Expand Up @@ -172,9 +172,6 @@ jobs:
- checkout
- install-dependencies:
cache-id: solc-js
- run:
name: install-npm
command: npm install
- run:
name: updateBinary
command: npm run updateBinary
Expand Down Expand Up @@ -210,7 +207,7 @@ jobs:
# Runs out of memory on 'medium'.
resource_class: medium+
docker:
- image: cimg/node:16.15
- image: cimg/node:current
steps:
- show-npm-version
- provision-and-package-solcjs
Expand All @@ -237,7 +234,7 @@ jobs:
hardhat-core-latest-solc:
docker:
- image: cimg/node:16.15
- image: cimg/node:current
steps:
- show-npm-version
- provision-and-package-solcjs
Expand All @@ -254,7 +251,7 @@ jobs:
hardhat-sample-project:
docker:
- image: cimg/node:16.15
- image: cimg/node:current
steps:
- show-npm-version
- provision-and-package-solcjs
Expand Down Expand Up @@ -307,7 +304,7 @@ jobs:
truffle-sample-project:
docker:
- image: cimg/node:20.5
- image: cimg/node:lts
steps:
- update-npm
- show-npm-version
Expand Down Expand Up @@ -388,16 +385,20 @@ jobs:
node-v14:
<<: *node-base
docker:
- image: cimg/node:14.19
- image: cimg/node:14.21
node-v16:
<<: *node-base
docker:
- image: cimg/node:16.15
- image: cimg/node:16.20
node-v18:
<<: *node-base
docker:
- image: cimg/node:18.3
- image: cimg/node:18.18
node-v20:
<<: *node-base
docker:
- image: cimg/node:20.5
- image: cimg/node:20.9
node-current:
<<: *node-base
docker:
- image: cimg/node:current

0 comments on commit 689b248

Please sign in to comment.