Skip to content

Commit 449743f

Browse files
committed
fixup! CI: Run tests with minimum dependencies on the newest and oldest node.js
1 parent 2ff718b commit 449743f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ workflows:
1616
- node-v16
1717
- node-v18
1818
- node-v20
19-
- node-current:
20-
name: node-current
21-
run_coveralls: true
2219
- node-current:
2320
name: node-current-min-dependencies
2421
min_dependencies: true
22+
- node-current:
23+
run_coveralls: true
2524
- build-package
2625
- hardhat-sample-project: *requires_package
2726
- cli-smoke-test: *requires_package

0 commit comments

Comments
 (0)