Skip to content

Commit 7d68e44

Browse files
authored
Merge pull request #16128 from ethereum/update_node_for_ext_tests
CI: Update cimg/node to 20.19 for gp2 and pool together
2 parents 1d21bb4 + 35282a8 commit 7d68e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ defaults:
823823
# NOTE: test suite disabled due to dependence on a specific version of Hardhat
824824
# which does not support shanghai EVM.
825825
compile_only: 1
826-
image: cimg/node:18.16
826+
image: cimg/node:20.19
827827

828828
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
829829
<<: *requires_b_ubu_static
@@ -876,7 +876,7 @@ defaults:
876876
binary_type: native
877877
# NOTE: test suite disabled due to constant failures.
878878
compile_only: 1
879-
image: cimg/node:18.16
879+
image: cimg/node:20.19
880880

881881
- job_b_ubu_asan_clang: &job_b_ubu_asan_clang
882882
<<: *on_all_tags_and_branches

0 commit comments

Comments
 (0)