We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc15097 + 535203b commit 17c3614Copy full SHA for 17c3614
.circleci/config.yml
@@ -487,8 +487,7 @@ defaults:
487
488
- base_node_small: &base_node_small
489
docker:
490
- # TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved.
491
- - image: cimg/node:22.4
+ - image: cimg/node:current
492
resource_class: small
493
environment: &base_node_small_env
494
TERM: xterm
@@ -762,7 +761,6 @@ defaults:
762
761
# which does not support shanghai EVM.
763
compile_only: 1
764
resource_class: medium
765
- image: cimg/node:18.16
766
767
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
768
<<: *requires_b_ubu_static
0 commit comments