Skip to content

Commit b7047bb

Browse files
committed
feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24
refs eslint/eslint#19969
1 parent c54d637 commit b7047bb

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
@@ -105,6 +105,6 @@
105105
"yorkie": "^2.0.0"
106106
},
107107
"engines": {
108-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
108+
"node": "^20.19.0 || ^22.13.0 || >=24"
109109
}
110110
}

0 commit comments

Comments
 (0)