Skip to content

Commit

Permalink
fix: drop node14 support (#259)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node 14 has been removed
  • Loading branch information
wraithgar committed Jul 27, 2023
1 parent 096e2b8 commit 3059b28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-release.yml
Expand Up @@ -117,8 +117,6 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
- 16.13.0
- 16.x
- 18.0.0
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -59,8 +59,6 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
- 16.13.0
- 16.x
- 18.0.0
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -54,7 +54,7 @@
"tap": "^16.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"tap": {
"color": 1,
Expand All @@ -68,6 +68,12 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"ciVersions": [
"16.13.0",
"16.x",
"18.0.0",
"18.x"
],
"version": "4.18.0",
"publish": "true"
}
Expand Down

0 comments on commit 3059b28

Please sign in to comment.