Skip to content

Commit 0e93456

Browse files
authored
Merge pull request #12633 from ethereum/hardhat-on-nodejs-16
Always run Hardhat on node.js 16
2 parents c139d39 + 2f0ccb2 commit 0e93456

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.circleci/config.yml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ defaults:
384384
TERM: xterm
385385
MAKEFLAGS: -j 2
386386

387-
- base_node_latest_small: &base_node_latest_small
387+
- base_node_small: &base_node_small
388388
docker:
389389
- image: circleci/node
390390
resource_class: small
@@ -521,71 +521,61 @@ defaults:
521521
name: t_native_test_ext_ens
522522
project: ens
523523
binary_type: native
524-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
525524
nodejs_version: '16'
526525
- job_native_test_ext_trident: &job_native_test_ext_trident
527526
<<: *workflow_ubuntu2004_static
528527
name: t_native_test_ext_trident
529528
project: trident
530529
binary_type: native
531-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
532530
nodejs_version: '16'
533531
- job_native_test_ext_euler: &job_native_test_ext_euler
534532
<<: *workflow_ubuntu2004_static
535533
name: t_native_test_ext_euler
536534
project: euler
537535
binary_type: native
538-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
539536
nodejs_version: '16'
540537
- job_native_test_ext_yield_liquidator: &job_native_test_ext_yield_liquidator
541538
<<: *workflow_ubuntu2004_static
542539
name: t_native_test_ext_yield_liquidator
543540
project: yield-liquidator
544541
binary_type: native
545-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
546542
nodejs_version: '16'
547543
- job_native_test_ext_bleeps: &job_native_test_ext_bleeps
548544
<<: *workflow_ubuntu2004_static
549545
name: t_native_test_ext_bleeps
550546
project: bleeps
551547
binary_type: native
552-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
553548
nodejs_version: '16'
554549
resource_class: medium
555550
- job_native_test_ext_pool_together: &job_native_test_ext_pool_together
556551
<<: *workflow_ubuntu2004_static
557552
name: t_native_test_ext_pool_together
558553
project: pool-together
559554
binary_type: native
560-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
561555
nodejs_version: '16'
562556
- job_native_test_ext_perpetual_pools: &job_native_test_ext_perpetual_pools
563557
<<: *workflow_ubuntu2004_static
564558
name: t_native_test_ext_perpetual_pools
565559
project: perpetual-pools
566560
binary_type: native
567-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
568561
nodejs_version: '16'
569562
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
570563
<<: *workflow_ubuntu2004_static
571564
name: t_native_test_ext_uniswap
572565
project: uniswap
573566
binary_type: native
574-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
575567
nodejs_version: '16'
576568
- job_native_test_prb_math: &job_native_test_prb_math
577569
<<: *workflow_ubuntu2004_static
578570
name: t_native_test_ext_prb_math
579571
project: prb-math
580572
binary_type: native
581-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
582573
nodejs_version: '16'
583574
- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
584575
<<: *workflow_ubuntu2004_static
585576
name: t_native_test_ext_elementfi
586577
project: elementfi
587578
binary_type: native
588-
# NOTE: Tests crash on nodejs 17: "Error: error:0308010C:digital envelope routines::unsupported"
589579
nodejs_version: '16'
590580
resource_class: medium
591581
- job_ems_test_ext_colony: &job_ems_test_ext_colony
@@ -615,7 +605,7 @@ jobs:
615605
- gitter_notify_failure_unless_pr
616606

617607
chk_docs_examples:
618-
<<: *base_node_latest_small
608+
<<: *base_node_small
619609
steps:
620610
- checkout
621611
- attach_workspace:
@@ -684,7 +674,7 @@ jobs:
684674
- gitter_notify_failure_unless_pr
685675

686676
chk_buglist:
687-
<<: *base_node_latest_small
677+
<<: *base_node_small
688678
steps:
689679
- checkout
690680
- run:
@@ -1146,7 +1136,9 @@ jobs:
11461136
- gitter_notify_failure_unless_pr
11471137

11481138
t_ems_ext_hardhat:
1149-
<<: *base_node_latest_small
1139+
<<: *base_node_small
1140+
docker:
1141+
- image: circleci/node:16
11501142
environment:
11511143
TERM: xterm
11521144
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js
@@ -1349,7 +1341,7 @@ jobs:
13491341
- gitter_notify_failure_unless_pr
13501342

13511343
b_bytecode_ems:
1352-
<<: *base_node_latest_small
1344+
<<: *base_node_small
13531345
environment:
13541346
SOLC_EMSCRIPTEN: "On"
13551347
steps:

0 commit comments

Comments
 (0)