diff --git a/.circleci/config.yml b/.circleci/config.yml index d6c3f33da08a..20f57b41312e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -487,7 +487,8 @@ defaults: - base_node_small: &base_node_small docker: - - image: cimg/node:current + # TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved. + - image: cimg/node:22.4 resource_class: small environment: &base_node_small_env TERM: xterm @@ -761,6 +762,7 @@ defaults: # which does not support shanghai EVM. compile_only: 1 resource_class: medium + image: cimg/node:18.16 - job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator <<: *requires_b_ubu_static