Skip to content

Commit fb1c716

Browse files
committed
fix: drop node 16.13.x support
BREAKING CHANGE: support for node <=16.13 has been removed
1 parent bb3a5f5 commit fb1c716

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
os: windows-latest
118118
shell: cmd
119119
node-version:
120-
- 16.13.0
120+
- 16.14.0
121121
- 16.x
122122
- 18.0.0
123123
- 18.x

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
os: windows-latest
6060
shell: cmd
6161
node-version:
62-
- 16.13.0
62+
- 16.14.0
6363
- 16.x
6464
- 18.0.0
6565
- 18.x

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"tap": "^16.0.0"
5555
},
5656
"engines": {
57-
"node": "^16.13.0 || >=18.0.0"
57+
"node": "^16.14.0 || >=18.0.0"
5858
},
5959
"tap": {
6060
"color": 1,
@@ -69,7 +69,7 @@
6969
"templateOSS": {
7070
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
7171
"ciVersions": [
72-
"16.13.0",
72+
"16.14.0",
7373
"16.x",
7474
"18.0.0",
7575
"18.x"

0 commit comments

Comments
 (0)