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 committed Aug 30, 2023
1 parent 37a99eb commit d857c4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-libnpmpack.yml
Expand Up @@ -64,8 +64,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 workspaces/libnpmpack/package.json
Expand Up @@ -42,12 +42,18 @@
"pacote": "^16.0.0"
},
"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",
"content": "../../scripts/template-oss/index.js"
"content": "../../scripts/template-oss/index.js",
"ciVersions": [
"16.13.0",
"16.x",
"18.0.0",
"18.x"
]
},
"tap": {
"nyc-arg": [
Expand Down

0 comments on commit d857c4a

Please sign in to comment.