Skip to content

Commit

Permalink
Require Node.js 14.19, 16.15 or 18
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Jun 2, 2022
1 parent a24dc9b commit c960528
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 942 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^12.22, ^14.17, ^16.4, ^18]
node-version: [^14.19, ^16.15, ^18]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
},
"type": "module",
"engines": {
"node": ">=12.22 <13 || >=14.17 <15 || >=16.4 <17 || >=18"
"node": ">=14.19 <15 || >=16.15 <17 || >=18"
},
"scripts": {
"cover": "c8 --report=none test-ava && c8 --report=none --no-clean tap && c8 report",
Expand Down
57 changes: 0 additions & 57 deletions test-tap/reporters/default.edgecases.v12.log

This file was deleted.

24 changes: 0 additions & 24 deletions test-tap/reporters/default.failfast.v12.log

This file was deleted.

24 changes: 0 additions & 24 deletions test-tap/reporters/default.failfast2.v12.log

This file was deleted.

10 changes: 0 additions & 10 deletions test-tap/reporters/default.only.v12.log

This file was deleted.

0 comments on commit c960528

Please sign in to comment.