Skip to content

Commit 2db2fb5

Browse files
committed
fix: drop node 16.13.x support
BREAKING CHANGE: support for node <=16.13 has been removed
1 parent 5cdbfd1 commit 2db2fb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
os: macos-latest
115115
shell: bash
116116
node-version:
117-
- 16.13.0
117+
- 16.14.0
118118
- 16.x
119119
- 18.0.0
120120
- 18.x

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
os: macos-latest
5757
shell: bash
5858
node-version:
59-
- 16.13.0
59+
- 16.14.0
6060
- 16.x
6161
- 18.0.0
6262
- 18.x

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"tar": "^6.1.11"
6565
},
6666
"engines": {
67-
"node": "^16.13.0 || >=18.0.0"
67+
"node": "^16.14.0 || >=18.0.0"
6868
},
6969
"repository": {
7070
"type": "git",
@@ -73,7 +73,7 @@
7373
"templateOSS": {
7474
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
7575
"ciVersions": [
76-
"16.13.0",
76+
"16.14.0",
7777
"16.x",
7878
"18.0.0",
7979
"18.x"

0 commit comments

Comments
 (0)