Skip to content

Commit 65b95de

Browse files
committed
Use latest node cimg
1 parent 81a05f3 commit 65b95de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

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

488488
- base_node_small: &base_node_small
489489
docker:
490-
# TODO: Revert to cimg/node:current once https://github.com/npm/cli/issues/7657 is resolved.
491-
- image: cimg/node:22.4
490+
- image: cimg/node:current
492491
resource_class: small
493492
environment: &base_node_small_env
494493
TERM: xterm
@@ -762,7 +761,6 @@ defaults:
762761
# which does not support shanghai EVM.
763762
compile_only: 1
764763
resource_class: medium
765-
image: cimg/node:18.16
766764

767765
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
768766
<<: *requires_b_ubu_static

0 commit comments

Comments
 (0)