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 63b5ee6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-npmcli-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: npm
check-latest: true
- name: Check Git Status
Expand Down Expand Up @@ -64,12 +64,10 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 14.17.0
- 14.x
- 16.13.0
- 16.x
- 18.0.0
- 18.17.0
- 18.x
- 20.5.0
- 20.x
runs-on: ${{ matrix.platform.os }}
defaults:
run:
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": "^18.17.0 || >=20.5.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": [
"18.17.0",
"18.x",
"20.5.0",
"20.x"
]
},
"tap": {
"no-coverage": true,
Expand All @@ -48,6 +54,6 @@
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
}
}

0 comments on commit 63b5ee6

Please sign in to comment.