Skip to content

Commit 8b0e755

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

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/ci-libnpmteam.yml

Lines changed: 0 additions & 2 deletions
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/libnpmteam/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,18 @@
3535
"npm-registry-fetch": "^15.0.0"
3636
},
3737
"engines": {
38-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
38+
"node": "^16.13.0 || >=18.0.0"
3939
},
4040
"templateOSS": {
4141
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4242
"version": "4.18.0",
43-
"content": "../../scripts/template-oss/index.js"
43+
"content": "../../scripts/template-oss/index.js",
44+
"ciVersions": [
45+
"16.13.0",
46+
"16.x",
47+
"18.0.0",
48+
"18.x"
49+
]
4450
},
4551
"tap": {
4652
"nyc-arg": [

0 commit comments

Comments
 (0)