mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Bump circleci cimg/node version
This commit is contained in:
parent
4773b0b1e4
commit
54c0ca99c3
@ -592,13 +592,14 @@ defaults:
|
||||
name: t_native_test_ext_gnosis
|
||||
project: gnosis
|
||||
binary_type: native
|
||||
image: cimg/node:16.18
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_zeppelin: &job_native_test_ext_zeppelin
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_zeppelin
|
||||
project: zeppelin
|
||||
binary_type: native
|
||||
image: cimg/node:18.16
|
||||
resource_class: large
|
||||
|
||||
- job_native_test_ext_ens: &job_native_test_ext_ens
|
||||
@ -606,14 +607,14 @@ defaults:
|
||||
name: t_native_test_ext_ens
|
||||
project: ens
|
||||
binary_type: native
|
||||
image: cimg/node:18.11
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_trident: &job_native_test_ext_trident
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_trident
|
||||
project: trident
|
||||
binary_type: native
|
||||
image: cimg/node:16.18
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_euler: &job_native_test_ext_euler
|
||||
<<: *requires_b_ubu_static
|
||||
@ -627,6 +628,7 @@ defaults:
|
||||
name: t_native_test_ext_yield_liquidator
|
||||
project: yield-liquidator
|
||||
binary_type: native
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_bleeps: &job_native_test_ext_bleeps
|
||||
<<: *requires_b_ubu_static
|
||||
@ -640,34 +642,35 @@ defaults:
|
||||
name: t_native_test_ext_pool_together
|
||||
project: pool-together
|
||||
binary_type: native
|
||||
image: cimg/node:16.18
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_perpetual_pools: &job_native_test_ext_perpetual_pools
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_perpetual_pools
|
||||
project: perpetual-pools
|
||||
binary_type: native
|
||||
image: cimg/node:18.11
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_uniswap
|
||||
project: uniswap
|
||||
binary_type: native
|
||||
image: cimg/node:16.18
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_prb_math
|
||||
project: prb-math
|
||||
binary_type: native
|
||||
image: cimg/node:18.11
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_elementfi
|
||||
project: elementfi
|
||||
binary_type: native
|
||||
image: cimg/node:18.16
|
||||
resource_class: medium
|
||||
|
||||
- job_native_test_ext_brink: &job_native_test_ext_brink
|
||||
@ -675,14 +678,14 @@ defaults:
|
||||
name: t_native_test_ext_brink
|
||||
project: brink
|
||||
binary_type: native
|
||||
image: cimg/node:18.11
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_native_test_ext_chainlink: &job_native_test_ext_chainlink
|
||||
<<: *requires_b_ubu_static
|
||||
name: t_native_test_ext_chainlink
|
||||
project: chainlink
|
||||
binary_type: native
|
||||
image: cimg/node:16.18
|
||||
image: cimg/node:18.16
|
||||
resource_class: large # Tests run out of memory on a smaller machine
|
||||
|
||||
- job_native_test_ext_gp2: &job_native_test_ext_gp2
|
||||
@ -690,7 +693,7 @@ defaults:
|
||||
name: t_native_test_ext_gp2
|
||||
project: gp2
|
||||
binary_type: native
|
||||
image: cimg/node:18.11
|
||||
image: cimg/node:18.16
|
||||
|
||||
- job_b_ubu_asan_clang: &job_b_ubu_asan_clang
|
||||
<<: *on_all_tags_and_branches
|
||||
@ -1228,7 +1231,7 @@ jobs:
|
||||
t_ems_ext_hardhat:
|
||||
<<: *base_node_small
|
||||
docker:
|
||||
- image: cimg/node:18.11
|
||||
- image: cimg/node:18.16
|
||||
environment:
|
||||
TERM: xterm
|
||||
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js
|
||||
|
Loading…
Reference in New Issue
Block a user