Skip to content

Commit

Permalink
feat: update engines (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 6, 2023
1 parent 2a8d79e commit ea0e866
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci-release.yml
Expand Up @@ -161,12 +161,9 @@ 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:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci-test-workspace.yml
Expand Up @@ -107,12 +107,9 @@ 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:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -107,12 +107,9 @@ 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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"publish": true
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"workspaces": [
"workspace/test-workspace"
Expand Down
2 changes: 1 addition & 1 deletion workspace/test-workspace/package.json
Expand Up @@ -35,7 +35,7 @@
"lib/"
],
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."
Expand Down

0 comments on commit ea0e866

Please sign in to comment.