Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump node versions in CI #716

Merged
merged 4 commits into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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
r0qs marked this conversation as resolved.
Show resolved Hide resolved
- 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