Skip to content

Commit 6dfcf35

Browse files
authored
Merge pull request #16169 from ethereum/upgrade-node-image-in-external-tests
Bump node image for external tests running on hardhat
2 parents 118c1d9 + 539416a commit 6dfcf35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -823,14 +823,14 @@ 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:20.19
826+
image: cimg/node:lts
827827

828828
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
829829
<<: *requires_b_ubu_static
830830
name: t_native_test_ext_uniswap
831831
project: uniswap
832832
binary_type: native
833-
image: cimg/node:18.16
833+
image: cimg/node:lts
834834
resource_class: medium # Tests run out of memory on a smaller machine
835835

836836
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
@@ -848,15 +848,15 @@ defaults:
848848
name: t_native_test_ext_elementfi
849849
project: elementfi
850850
binary_type: native
851-
image: cimg/node:18.16
851+
image: cimg/node:lts
852852
resource_class: medium
853853

854854
- job_native_test_ext_brink: &job_native_test_ext_brink
855855
<<: *requires_b_ubu_static
856856
name: t_native_test_ext_brink
857857
project: brink
858858
binary_type: native
859-
image: cimg/node:18.16
859+
image: cimg/node:lts
860860

861861
- job_native_compile_ext_chainlink: &job_native_compile_ext_chainlink
862862
<<: *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:20.19
879+
image: cimg/node:lts
880880

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

0 commit comments

Comments
 (0)