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 5cdbfd1 commit 2db2fb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
os: macos-latest
shell: bash
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 @@ -56,7 +56,7 @@ jobs:
os: macos-latest
shell: bash
node-version:
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -64,7 +64,7 @@
"tar": "^6.1.11"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"repository": {
"type": "git",
Expand All @@ -73,7 +73,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
Expand Down

0 comments on commit 2db2fb5

Please sign in to comment.