Skip to content

Commit

Permalink
chore: update engines for private smoke-tests workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Sep 8, 2023
1 parent 3d09bb5 commit 63bdc10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-npmcli-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
- 16.13.0
- 16.14.0
- 16.x
- 18.0.0
- 18.x
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17381,7 +17381,7 @@
"which": "^4.0.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
},
"workspaces/arborist": {
Expand Down
10 changes: 8 additions & 2 deletions smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"content": "../scripts/template-oss/index.js"
"content": "../scripts/template-oss/index.js",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
},
"tap": {
"no-coverage": true,
Expand All @@ -48,6 +54,6 @@
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
}
}

0 comments on commit 63bdc10

Please sign in to comment.