Skip to content

Commit

Permalink
fix: drop node14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node 14 has been removed
  • Loading branch information
lukekarrys authored and wraithgar committed Aug 14, 2023
1 parent f20ba2b commit cfd2d07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -41,10 +41,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.",
"version": "4.18.0"
"version": "4.18.0",
"ciVersions": [
"16.13.0",
"16.x",
"18.0.0",
"18.x"
]
}
}

0 comments on commit cfd2d07

Please sign in to comment.