Skip to content

Commit

Permalink
fix: drop node14 support (#193)
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 baaa886 commit b875c26
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 @@ -57,10 +57,16 @@
]
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"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 b875c26

Please sign in to comment.