Skip to content

Commit e3a377d

Browse files
committed
fix: drop node14 support
BREAKING CHANGE: support for node 14 has been removed
1 parent 91a11d2 commit e3a377d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci-npmcli-arborist.yml

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 14.17.0
68-
- 14.x
6967
- 16.13.0
7068
- 16.x
7169
- 18.0.0

workspaces/arborist/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,17 @@
8686
]
8787
},
8888
"engines": {
89-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
89+
"node": "^16.13.0 || >=18.0.0"
9090
},
9191
"templateOSS": {
9292
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
9393
"version": "4.18.0",
94-
"content": "../../scripts/template-oss/index.js"
94+
"content": "../../scripts/template-oss/index.js",
95+
"ciVersions": [
96+
"16.13.0",
97+
"16.x",
98+
"18.0.0",
99+
"18.x"
100+
]
95101
}
96102
}

0 commit comments

Comments
 (0)