Skip to content

Commit 10905ac

Browse files
committed
CI: Update external tests to run with latest node version supported by each
1 parent 273edd2 commit 10905ac

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.circleci/config.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,13 @@ defaults:
551551
name: t_native_test_ext_zeppelin
552552
project: zeppelin
553553
binary_type: native
554-
nodejs_version: '16.18'
555554
resource_class: large
556555
- job_native_test_ext_ens: &job_native_test_ext_ens
557556
<<: *workflow_ubuntu2004_static
558557
name: t_native_test_ext_ens
559558
project: ens
560559
binary_type: native
561-
nodejs_version: '16.18'
560+
nodejs_version: '18.11'
562561
- job_native_test_ext_trident: &job_native_test_ext_trident
563562
<<: *workflow_ubuntu2004_static
564563
name: t_native_test_ext_trident
@@ -570,20 +569,17 @@ defaults:
570569
name: t_native_test_ext_euler
571570
project: euler
572571
binary_type: native
573-
nodejs_version: '16.18'
574572
resource_class: medium
575573
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
576574
<<: *workflow_ubuntu2004_static
577575
name: t_native_test_ext_yield_liquidator
578576
project: yield-liquidator
579577
binary_type: native
580-
nodejs_version: '16.18'
581578
- job_native_test_ext_bleeps: &job_native_test_ext_bleeps
582579
<<: *workflow_ubuntu2004_static
583580
name: t_native_test_ext_bleeps
584581
project: bleeps
585582
binary_type: native
586-
nodejs_version: '16.18'
587583
resource_class: medium
588584
- job_native_test_ext_pool_together: &job_native_test_ext_pool_together
589585
<<: *workflow_ubuntu2004_static
@@ -596,7 +592,7 @@ defaults:
596592
name: t_native_test_ext_perpetual_pools
597593
project: perpetual-pools
598594
binary_type: native
599-
nodejs_version: '16.18'
595+
nodejs_version: '18.11'
600596
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
601597
<<: *workflow_ubuntu2004_static
602598
name: t_native_test_ext_uniswap
@@ -608,20 +604,19 @@ defaults:
608604
name: t_native_test_ext_prb_math
609605
project: prb-math
610606
binary_type: native
611-
nodejs_version: '16.18'
607+
nodejs_version: '18.11'
612608
- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
613609
<<: *workflow_ubuntu2004_static
614610
name: t_native_test_ext_elementfi
615611
project: elementfi
616612
binary_type: native
617-
nodejs_version: '16.18'
618613
resource_class: medium
619614
- job_native_test_ext_brink: &job_native_test_ext_brink
620615
<<: *workflow_ubuntu2004_static
621616
name: t_native_test_ext_brink
622617
project: brink
623618
binary_type: native
624-
nodejs_version: '16.18'
619+
nodejs_version: '18.11'
625620
- job_native_test_ext_chainlink: &job_native_test_ext_chainlink
626621
<<: *workflow_ubuntu2004_static
627622
name: t_native_test_ext_chainlink
@@ -634,8 +629,7 @@ defaults:
634629
name: t_native_test_ext_gp2
635630
project: gp2
636631
binary_type: native
637-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
638-
nodejs_version: '16.18'
632+
nodejs_version: '18.11'
639633
- job_ems_test_ext_colony: &job_ems_test_ext_colony
640634
<<: *workflow_emscripten
641635
name: t_ems_test_ext_colony
@@ -1178,7 +1172,7 @@ jobs:
11781172
t_ems_ext_hardhat:
11791173
<<: *base_node_small
11801174
docker:
1181-
- image: cimg/node:16.18
1175+
- image: cimg/node:18.11
11821176
environment:
11831177
TERM: xterm
11841178
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js

0 commit comments

Comments
 (0)