Skip to content

Commit 6d256bc

Browse files
authored
chore(*): update node engine requirement to >=20.19.4 (#471)
This pull request updates the minimum required Node.js version for the project to ensure compatibility with newer features and security updates. * Increased the minimum Node.js version in the `package.json` `engines` field from `20.18.0` to `20.19.4`.
1 parent c6ae635 commit 6d256bc

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
@@ -3,7 +3,7 @@
33
"packageManager": "[email protected]",
44
"version": "0.0.0",
55
"engines": {
6-
"node": ">=20.18.0"
6+
"node": ">=20.19.4"
77
},
88
"scripts": {
99
"prepare": "husky",

0 commit comments

Comments
 (0)