Skip to content

Commit ea0e866

Browse files
authored
feat: update engines (#373)
1 parent 2a8d79e commit ea0e866

File tree

5 files changed

+8
-17
lines changed

5 files changed

+8
-17
lines changed

Diff for: .github/workflows/ci-release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,9 @@ jobs:
161161
os: windows-latest
162162
shell: cmd
163163
node-version:
164-
- 14.17.0
165-
- 14.x
166-
- 16.13.0
167-
- 16.x
168-
- 18.0.0
164+
- 18.17.0
169165
- 18.x
166+
- 20.5.0
170167
- 20.x
171168
runs-on: ${{ matrix.platform.os }}
172169
defaults:

Diff for: .github/workflows/ci-test-workspace.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,9 @@ jobs:
107107
os: windows-latest
108108
shell: cmd
109109
node-version:
110-
- 14.17.0
111-
- 14.x
112-
- 16.13.0
113-
- 16.x
114-
- 18.0.0
110+
- 18.17.0
115111
- 18.x
112+
- 20.5.0
116113
- 20.x
117114
runs-on: ${{ matrix.platform.os }}
118115
defaults:

Diff for: .github/workflows/ci.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,9 @@ jobs:
107107
os: windows-latest
108108
shell: cmd
109109
node-version:
110-
- 14.17.0
111-
- 14.x
112-
- 16.13.0
113-
- 16.x
114-
- 18.0.0
110+
- 18.17.0
115111
- 18.x
112+
- 20.5.0
116113
- 20.x
117114
runs-on: ${{ matrix.platform.os }}
118115
defaults:

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"publish": true
8282
},
8383
"engines": {
84-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
84+
"node": "^18.17.0 || >=20.5.0"
8585
},
8686
"workspaces": [
8787
"workspace/test-workspace"

Diff for: workspace/test-workspace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lib/"
3636
],
3737
"engines": {
38-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
38+
"node": "^18.17.0 || >=20.5.0"
3939
},
4040
"templateOSS": {
4141
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."

0 commit comments

Comments
 (0)