Skip to content

Commit

Permalink
Merge pull request #710 from ethereum/bump-node-version-for-truffle
Browse files Browse the repository at this point in the history
Bump node version for Truffle suite
  • Loading branch information
nikola-matic authored Oct 25, 2023
2 parents 4766ba4 + 6e568a8 commit 70f24dd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ workflows:
- node-v16:
run_coveralls: true
- node-v18
- node-v20:
run_coveralls: true
- hardhat-core-default-solc
- hardhat-core-latest-solc
- hardhat-sample-project
Expand All @@ -33,7 +35,7 @@ commands:
- run:
name: Update globally available npm to the latest version
# Note: We need npm >= 8.3 which supports 'overrides' in package.json
command: npm install npm --global
command: sudo npm update npm --location=global

install-dependencies:
parameters:
Expand Down Expand Up @@ -305,7 +307,7 @@ jobs:
truffle-sample-project:
docker:
- image: cimg/node:16.15
- image: cimg/node:20.5
steps:
- update-npm
- show-npm-version
Expand Down Expand Up @@ -395,3 +397,7 @@ jobs:
<<: *node-base
docker:
- image: cimg/node:18.3
node-v20:
<<: *node-base
docker:
- image: cimg/node:20.5

0 comments on commit 70f24dd

Please sign in to comment.