Skip to content

Commit aa2a3f3

Browse files
committed
fix: require node 23.4.0 to avoid ESM warning
1 parent 20645f3 commit aa2a3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-react-native-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"templates"
3131
],
3232
"engines": {
33-
"node": "^20.19.0 || ^22.12.0 || >= 23.1.0"
33+
"node": "^20.19.0 || ^22.12.0 || >= 23.4.0"
3434
},
3535
"publishConfig": {
3636
"access": "public",

packages/react-native-builder-bob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-config.js"
3030
],
3131
"engines": {
32-
"node": "^20.19.0 || ^22.12.0 || >= 23.1.0"
32+
"node": "^20.19.0 || ^22.12.0 || >= 23.4.0"
3333
},
3434
"publishConfig": {
3535
"access": "public",

0 commit comments

Comments
 (0)