Skip to content

Commit 014b94b

Browse files
sjsyrekclaude
andcommitted
chore: tighten engines.node floor to >=20.19.0
ESLint 10 and chokidar 5 both require Node >=20.19.0. CI already tests Node 20 (latest) and 22, both satisfy this. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 83f4f2d commit 014b94b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"author": "DeepL SE",
5858
"license": "MIT",
5959
"engines": {
60-
"node": ">=20.0.0",
60+
"node": ">=20.19.0",
6161
"npm": ">=9.0.0"
6262
},
6363
"dependencies": {

0 commit comments

Comments
 (0)