Skip to content

Commit f569064

Browse files
committed
fix: restrict engine to latest Node LTS
1 parent 5309a95 commit f569064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"templates"
3333
],
3434
"engines": {
35-
"node": ">= 10.0.0"
35+
"node": ">= 16.0.0"
3636
},
3737
"publishConfig": {
3838
"access": "public",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"lib"
2727
],
2828
"engines": {
29-
"node": ">= 10.0.0"
29+
"node": ">= 16.0.0"
3030
},
3131
"publishConfig": {
3232
"access": "public",

0 commit comments

Comments
 (0)