Skip to content

Commit 63bdc10

Browse files
committed
chore: update engines for private smoke-tests workspace
1 parent 3d09bb5 commit 63bdc10

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.github/workflows/ci-npmcli-smoke-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 14.17.0
68-
- 14.x
69-
- 16.13.0
67+
- 16.14.0
7068
- 16.x
7169
- 18.0.0
7270
- 18.x

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17381,7 +17381,7 @@
1738117381
"which": "^4.0.0"
1738217382
},
1738317383
"engines": {
17384-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
17384+
"node": "^16.14.0 || >=18.0.0"
1738517385
}
1738617386
},
1738717387
"workspaces/arborist": {

smoke-tests/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@
3232
"templateOSS": {
3333
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
3434
"version": "4.18.0",
35-
"content": "../scripts/template-oss/index.js"
35+
"content": "../scripts/template-oss/index.js",
36+
"ciVersions": [
37+
"16.14.0",
38+
"16.x",
39+
"18.0.0",
40+
"18.x"
41+
]
3642
},
3743
"tap": {
3844
"no-coverage": true,
@@ -48,6 +54,6 @@
4854
"lib/"
4955
],
5056
"engines": {
51-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
57+
"node": "^16.14.0 || >=18.0.0"
5258
}
5359
}

0 commit comments

Comments
 (0)