Skip to content

Commit

Permalink
Fix CLI's --registry option and ensure tests pass in CI (#73)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for Node.js < 16
  • Loading branch information
mcous authored Apr 7, 2023
1 parent 8a73090 commit 367d2cc
Show file tree
Hide file tree
Showing 15 changed files with 3,513 additions and 7,421 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI-CD.yaml → .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
# TODO(mc, 2023-04-07): investigate and fix coverage-related failures on Windows
# - windows-latest
node:
# - 10 - The library supports Node 10, but the tests don't
- 12
- 14
- 16
- 18

steps:
- name: Checkout source
Expand Down
1 change: 0 additions & 1 deletion .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ spec:
# Test specs
- test/specs/**/*.spec.js

bail: true
recursive: true
timeout: 30000 # Allow time for multiple process spawning
Loading

0 comments on commit 367d2cc

Please sign in to comment.