We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afecab commit f0ef2f5Copy full SHA for f0ef2f5
.circleci/config.yml
@@ -7,7 +7,7 @@ workflows:
7
- node-v14
8
- node-v16:
9
run_coveralls: true
10
- - node-v17
+ - node-v18
11
- hardhat-core-default-solc
12
- hardhat-core-latest-solc
13
- hardhat-sample-project
@@ -314,7 +314,7 @@ jobs:
314
315
cli-smoke-test:
316
docker:
317
- - image: cimg/node:17.9
+ - image: cimg/node:current
318
steps:
319
- show-npm-version
320
- provision-and-package-solcjs
@@ -367,7 +367,7 @@ jobs:
367
<<: *node-base
368
369
- image: cimg/node:16.15
370
- node-v17:
+ node-v18:
371
372
373
+ - image: cimg/node:18.3
0 commit comments