Skip to content

Commit 8863705

Browse files
committed
CI: Add a run with latest node version
1 parent d7f179f commit 8863705

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ workflows:
88
- node-v14
99
- node-v16
1010
- node-v18
11-
- node-v20:
11+
- node-v20
12+
- node-current:
1213
run_coveralls: true
1314
- hardhat-core-default-solc
1415
- hardhat-core-latest-solc
@@ -397,3 +398,7 @@ jobs:
397398
<<: *node-base
398399
docker:
399400
- image: cimg/node:20.5
401+
node-current:
402+
<<: *node-base
403+
docker:
404+
- image: cimg/node:current

0 commit comments

Comments
 (0)