Skip to content

Commit bc0bb5f

Browse files
wraithgarlukekarrys
authored andcommitted
fix: drop node14 support
BREAKING CHANGE: support for node 14 has been removed
1 parent e8606c7 commit bc0bb5f

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/ci-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@ jobs:
117117
os: windows-latest
118118
shell: cmd
119119
node-version:
120-
- 14.17.0
121-
- 14.x
122-
- 16.13.0
120+
- 16.14.0
123121
- 16.x
124122
- 18.0.0
125123
- 18.x

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
os: windows-latest
6060
shell: cmd
6161
node-version:
62-
- 14.17.0
63-
- 14.x
64-
- 16.13.0
62+
- 16.14.0
6563
- 16.x
6664
- 18.0.0
6765
- 18.x

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,16 @@
3737
"tap": "^16.0.1"
3838
},
3939
"engines": {
40-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
40+
"node": "^16.14.0 || >=18.0.0"
4141
},
4242
"templateOSS": {
4343
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
44+
"ciVersions": [
45+
"16.14.0",
46+
"16.x",
47+
"18.0.0",
48+
"18.x"
49+
],
4450
"version": "4.18.0"
4551
},
4652
"dependencies": {

0 commit comments

Comments
 (0)