From 10905ac51dad4947db3592cefe0dd9736812dc88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Mon, 24 Oct 2022 19:41:10 +0200 Subject: [PATCH] CI: Update external tests to run with latest node version supported by each --- .circleci/config.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a235bcbe0..e7c64b1b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -551,14 +551,13 @@ defaults: name: t_native_test_ext_zeppelin project: zeppelin binary_type: native - nodejs_version: '16.18' resource_class: large - job_native_test_ext_ens: &job_native_test_ext_ens <<: *workflow_ubuntu2004_static name: t_native_test_ext_ens project: ens binary_type: native - nodejs_version: '16.18' + nodejs_version: '18.11' - job_native_test_ext_trident: &job_native_test_ext_trident <<: *workflow_ubuntu2004_static name: t_native_test_ext_trident @@ -570,20 +569,17 @@ defaults: name: t_native_test_ext_euler project: euler binary_type: native - nodejs_version: '16.18' resource_class: medium - job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator <<: *workflow_ubuntu2004_static name: t_native_test_ext_yield_liquidator project: yield-liquidator binary_type: native - nodejs_version: '16.18' - job_native_test_ext_bleeps: &job_native_test_ext_bleeps <<: *workflow_ubuntu2004_static name: t_native_test_ext_bleeps project: bleeps binary_type: native - nodejs_version: '16.18' resource_class: medium - job_native_test_ext_pool_together: &job_native_test_ext_pool_together <<: *workflow_ubuntu2004_static @@ -596,7 +592,7 @@ defaults: name: t_native_test_ext_perpetual_pools project: perpetual-pools binary_type: native - nodejs_version: '16.18' + nodejs_version: '18.11' - job_native_test_ext_uniswap: &job_native_test_ext_uniswap <<: *workflow_ubuntu2004_static name: t_native_test_ext_uniswap @@ -608,20 +604,19 @@ defaults: name: t_native_test_ext_prb_math project: prb-math binary_type: native - nodejs_version: '16.18' + nodejs_version: '18.11' - job_native_test_ext_elementfi: &job_native_test_ext_elementfi <<: *workflow_ubuntu2004_static name: t_native_test_ext_elementfi project: elementfi binary_type: native - nodejs_version: '16.18' resource_class: medium - job_native_test_ext_brink: &job_native_test_ext_brink <<: *workflow_ubuntu2004_static name: t_native_test_ext_brink project: brink binary_type: native - nodejs_version: '16.18' + nodejs_version: '18.11' - job_native_test_ext_chainlink: &job_native_test_ext_chainlink <<: *workflow_ubuntu2004_static name: t_native_test_ext_chainlink @@ -634,8 +629,7 @@ defaults: name: t_native_test_ext_gp2 project: gp2 binary_type: native - # NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported" - nodejs_version: '16.18' + nodejs_version: '18.11' - job_ems_test_ext_colony: &job_ems_test_ext_colony <<: *workflow_emscripten name: t_ems_test_ext_colony @@ -1178,7 +1172,7 @@ jobs: t_ems_ext_hardhat: <<: *base_node_small docker: - - image: cimg/node:16.18 + - image: cimg/node:18.11 environment: TERM: xterm HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js