Skip to content

Commit f0c7178

Browse files
safaiyehfacebook-github-bot
authored andcommitted
Update engines to node >=10 (#28174)
Summary: v8 dropped out of LTS support, updating the package.json engines to node v10. ## Changelog [General] [Changed] - Bump supported Node engines to >= 10 Pull Request resolved: #28174 Reviewed By: cpojer Differential Revision: D20107977 Pulled By: hramos fbshipit-source-id: 795cce79eb32f34e19d20bb8684b898b26e07228
1 parent 427ba35 commit f0c7178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "[email protected]:facebook/react-native.git"
1010
},
1111
"engines": {
12-
"node": ">=8.3"
12+
"node": ">=10"
1313
},
1414
"jest-junit": {
1515
"outputDirectory": "reports/junit",

0 commit comments

Comments
 (0)