Skip to content

Commit 4caedd0

Browse files
committed
fix: drop node14 support
BREAKING CHANGE: support for node 14 has been removed
1 parent 355bac8 commit 4caedd0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

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

0 commit comments

Comments
 (0)