Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require Node.js 14.19, 16.15 or 18 #3043

Merged
merged 1 commit into from Jul 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
69 changes: 0 additions & 69 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.