Skip to content

Commit d857c4a

Browse files
committed
fix: drop node14 support
BREAKING CHANGE: support for node 14 has been removed
1 parent 37a99eb commit d857c4a

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,18 @@
4242
"pacote": "^16.0.0"
4343
},
4444
"engines": {
45-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
45+
"node": "^16.13.0 || >=18.0.0"
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
4949
"version": "4.18.0",
50-
"content": "../../scripts/template-oss/index.js"
50+
"content": "../../scripts/template-oss/index.js",
51+
"ciVersions": [
52+
"16.13.0",
53+
"16.x",
54+
"18.0.0",
55+
"18.x"
56+
]
5157
},
5258
"tap": {
5359
"nyc-arg": [

0 commit comments

Comments
 (0)