Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 198d239

Browse files
committed
Downgrade nodejs in base_node_small image to fix CI
1 parent 8e74c48 commit 198d239

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

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

488488
- base_node_small: &base_node_small
489489
docker:
490-
- image: cimg/node:current
490+
# TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved.
491+
- image: cimg/node:22.4
491492
resource_class: small
492493
environment: &base_node_small_env
493494
TERM: xterm
@@ -761,6 +762,7 @@ defaults:
761762
# which does not support shanghai EVM.
762763
compile_only: 1
763764
resource_class: medium
765+
image: cimg/node:18.16
764766

765767
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
766768
<<: *requires_b_ubu_static

0 commit comments

Comments
 (0)