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 15, 2023
1 parent 17a95eb commit 4c0be5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Expand Up @@ -117,7 +117,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.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -57,17 +57,17 @@
]
},
"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",
"publish": "true",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
],
"version": "4.18.0",
"publish": "true"
]
}
}

0 comments on commit 4c0be5e

Please sign in to comment.