Skip to content

Commit

Permalink
Merge pull request #747 from ethereum/upgrade-docker-convenience-image
Browse files Browse the repository at this point in the history
Use cimg/node instead of deprecated circleci/node
  • Loading branch information
r0qs authored Sep 4, 2024
2 parents e7eeaf9 + 71a6cf5 commit d75cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
solidity-solcjs-ext-test:
docker:
- image: circleci/node
- image: cimg/node:current
steps:
- show-npm-version
- checkout:
Expand Down

0 comments on commit d75cc7f

Please sign in to comment.