Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade nodejs in base_node_small image to fix CI #15275

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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