Skip to content

Commit b2994c7

Browse files
michaelfaithbmish
andauthored
feat!: require Node 20, 22, 24+ (#529)
* feat!: remove support for EoL Node versions This change removes support for Node v18, 21, and 23. Supported versions are now `"^20.9.0 || ^22.11.0 || >=24.0.0"` * Update package.json updated to newer node versions Co-authored-by: Bryan Mishkin <[email protected]> --------- Co-authored-by: Bryan Mishkin <[email protected]>
1 parent 03cf3d7 commit b2994c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ jobs:
1313
matrix:
1414
node-version:
1515
- 24
16-
- 23
1716
- 22
18-
- 21
1917
- 20
20-
- 18
2118
os:
2219
- ubuntu-latest
2320
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"eslint": ">=9.0.0"
8282
},
8383
"engines": {
84-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
84+
"node": "^20.19.0 || ^22.13.1 || >=24.0.0"
8585
},
8686
"release-it": {
8787
"git": {

0 commit comments

Comments
 (0)