Skip to content

Commit 17c3614

Browse files
authored
Merge pull request #15284 from ethereum/use-latest-nodejs-cimg
Use latest node cimg
2 parents cc15097 + 535203b commit 17c3614

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,7 @@ defaults:
487487

488488
- base_node_small: &base_node_small
489489
docker:
490-
# TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved.
491-
- image: cimg/node:22.4
490+
- image: cimg/node:current
492491
resource_class: small
493492
environment: &base_node_small_env
494493
TERM: xterm
@@ -762,7 +761,6 @@ defaults:
762761
# which does not support shanghai EVM.
763762
compile_only: 1
764763
resource_class: medium
765-
image: cimg/node:18.16
766764

767765
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
768766
<<: *requires_b_ubu_static

0 commit comments

Comments
 (0)