Skip to content

Commit

Permalink
fix: drop node14 support (#290)
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 28, 2023
1 parent 53cf17e commit 73b6297
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 @@ -114,8 +114,6 @@ jobs:
os: macos-latest
shell: bash
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 @@ -56,8 +56,6 @@ jobs:
os: macos-latest
shell: bash
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 @@ -64,14 +64,20 @@
"tar": "^6.1.11"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/npm/pacote.git"
},
"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",
"windowsCI": false,
"publish": "true"
Expand Down

0 comments on commit 73b6297

Please sign in to comment.