Skip to content

Commit 79e2b27

Browse files
committed
chore: drop node14 support in private mock-globals workspace
1 parent 46812cc commit 79e2b27

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/workflows/ci-npmcli-mock-globals.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
os: windows-latest
6767
shell: cmd
6868
node-version:
69-
- 14.17.0
70-
- 14.x
71-
- 16.13.0
69+
- 16.14.0
7270
- 16.x
7371
- 18.0.0
7472
- 18.x

mock-globals/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,17 @@
3030
"lib/"
3131
],
3232
"engines": {
33-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
33+
"node": "^16.14.0 || >=18.0.0"
3434
},
3535
"templateOSS": {
3636
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
37-
"version": "4.18.0"
37+
"version": "4.18.0",
38+
"ciVersions": [
39+
"16.14.0",
40+
"16.x",
41+
"18.0.0",
42+
"18.x"
43+
]
3844
},
3945
"tap": {
4046
"branches": 89,

0 commit comments

Comments
 (0)