Skip to content

Commit a85945b

Browse files
committed
chore: update engines for private smoke-tests workspace
1 parent f76066a commit a85945b

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

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

+4-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 18.x
38+
node-version: 20.x
3939
cache: npm
4040
check-latest: true
4141
- name: Check Git Status
@@ -64,12 +64,10 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 14.17.0
68-
- 14.x
69-
- 16.13.0
70-
- 16.x
71-
- 18.0.0
67+
- 18.17.0
7268
- 18.x
69+
- 20.5.0
70+
- 20.x
7371
runs-on: ${{ matrix.platform.os }}
7472
defaults:
7573
run:

package-lock.json

+1-1
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": "^18.17.0 || >=20.5.0"
1738517385
}
1738617386
},
1738717387
"workspaces/arborist": {

smoke-tests/package.json

+8-2
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+
"18.17.0",
38+
"18.x",
39+
"20.5.0",
40+
"20.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": "^18.17.0 || >=20.5.0"
5258
}
5359
}

0 commit comments

Comments
 (0)