Skip to content

Commit 3853fa1

Browse files
authored
feat(deps): drop node.js 23.x support (#967)
BREAKING CHANGE: drop node.js 23.x support Support Node.js 20.x, 22.x, 24.x and above
1 parent 29a02fb commit 3853fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"yaml-lint": "1.7.0"
7979
},
8080
"engines": {
81-
"node": "^20.0.0 || >=22.0.0"
81+
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
8282
}
8383
}

0 commit comments

Comments
 (0)