Skip to content

Commit 5c8c6cc

Browse files
committed
fix: drop node14 support
BREAKING CHANGE: support for node 14 has been removed
1 parent d431647 commit 5c8c6cc

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci-libnpmsearch.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/libnpmsearch/package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,18 @@
4141
"npm-registry-fetch": "^15.0.0"
4242
},
4343
"engines": {
44-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
44+
"node": "^16.13.0 || >=18.0.0"
4545
},
4646
"templateOSS": {
4747
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4848
"version": "4.18.0",
49-
"content": "../../scripts/template-oss/index.js"
49+
"content": "../../scripts/template-oss/index.js",
50+
"ciVersions": [
51+
"16.13.0",
52+
"16.x",
53+
"18.0.0",
54+
"18.x"
55+
]
5056
},
5157
"tap": {
5258
"nyc-arg": [

0 commit comments

Comments
 (0)