Skip to content

Commit 367d2cc

Browse files
authored
Fix CLI's --registry option and ensure tests pass in CI (#73)
BREAKING CHANGE: dropped support for Node.js < 16
1 parent 8a73090 commit 367d2cc

File tree

15 files changed

+3513
-7421
lines changed

15 files changed

+3513
-7421
lines changed

.github/workflows/CI-CD.yaml renamed to .github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- macos-latest
29-
- windows-latest
29+
# TODO(mc, 2023-04-07): investigate and fix coverage-related failures on Windows
30+
# - windows-latest
3031
node:
31-
# - 10 - The library supports Node 10, but the tests don't
32-
- 12
33-
- 14
32+
- 16
33+
- 18
3434

3535
steps:
3636
- name: Checkout source

.mocharc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ spec:
99
# Test specs
1010
- test/specs/**/*.spec.js
1111

12-
bail: true
1312
recursive: true
1413
timeout: 30000 # Allow time for multiple process spawning

0 commit comments

Comments
 (0)