Skip to content

Commit

Permalink
fix: drop node 16.13.x support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node <=16.13 has been removed
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 6fdab1c commit 6b251b1
Show file tree
Hide file tree
Showing 24 changed files with 42 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmaccess.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmdiff.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmexec.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmhook.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmorg.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmpack.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmpublish.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmsearch.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-libnpmteam.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci-libnpmversion.yml
Expand Up @@ -64,9 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-npmcli-arborist.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-npmcli-mock-registry.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
4 changes: 2 additions & 2 deletions mock-registry/package.json
Expand Up @@ -30,13 +30,13 @@
"lib/"
],
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/arborist/package.json
Expand Up @@ -86,14 +86,14 @@
]
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmaccess/package.json
Expand Up @@ -33,7 +33,7 @@
"npm-registry-fetch": "^15.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"files": [
"bin/",
Expand All @@ -44,7 +44,7 @@
"version": "4.18.0",
"content": "../../scripts/template-oss/index.js",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
Expand Up @@ -13,7 +13,7 @@
"lib/"
],
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"keywords": [
"npm",
Expand Down Expand Up @@ -61,7 +61,7 @@
"version": "4.18.0",
"content": "../../scripts/template-oss/index.js",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
Expand Up @@ -7,7 +7,7 @@
],
"main": "lib/index.js",
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"description": "npm exec (npx) programmatic API",
"repository": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"version": "4.18.0",
"content": "../../scripts/template-oss/index.js",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmhook/package.json
Expand Up @@ -40,14 +40,14 @@
"tap": "^16.3.4"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmorg/package.json
Expand Up @@ -45,14 +45,14 @@
"npm-registry-fetch": "^15.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpack/package.json
Expand Up @@ -42,14 +42,14 @@
"pacote": "^17.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmpublish/package.json
Expand Up @@ -48,14 +48,14 @@
"ssri": "^10.0.5"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmsearch/package.json
Expand Up @@ -41,14 +41,14 @@
"npm-registry-fetch": "^15.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmteam/package.json
Expand Up @@ -35,14 +35,14 @@
"npm-registry-fetch": "^15.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.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",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down
10 changes: 8 additions & 2 deletions workspaces/libnpmversion/package.json
Expand Up @@ -44,11 +44,17 @@
"semver": "^7.3.7"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.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.14.0",
"16.x",
"18.0.0",
"18.x"
]
}
}

0 comments on commit 6b251b1

Please sign in to comment.