Skip to content

Commit e3520e6

Browse files
authored
add minimum required version of node to package.json (#3944)
1 parent d094a55 commit e3520e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"packages/**",
6060
"scripts"
6161
],
62+
"engines": {
63+
"node": ">=22.12"
64+
},
6265
"resolutions": {
6366
"@types/react": "^18.2.0",
6467
"@warren-ms/react-native-icons/react-native-svg": "^15.4.0",

0 commit comments

Comments
 (0)