Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8e74c48 commit 198d239Copy full SHA for 198d239
.circleci/config.yml
@@ -487,7 +487,8 @@ defaults:
487
488
- base_node_small: &base_node_small
489
docker:
490
- - image: cimg/node:current
+ # TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved.
491
+ - image: cimg/node:22.4
492
resource_class: small
493
environment: &base_node_small_env
494
TERM: xterm
@@ -761,6 +762,7 @@ defaults:
761
762
# 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