Skip to content

Commit

Permalink
Merge pull request #15275 from ethereum/downgrade-nodejs-in-base-node…
Browse files Browse the repository at this point in the history
…-image

Downgrade nodejs in base_node_small image to fix CI
  • Loading branch information
nikola-matic committed Jul 19, 2024
2 parents 8e74c48 + 198d239 commit 61c0be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61c0be7

Please sign in to comment.