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: https://github.com/facebook/react-native/pull/28174

Reviewed By: cpojer

Differential Revision: D20107977

Pulled By: hramos

fbshipit-source-id: 795cce79eb32f34e19d20bb8684b898b26e07228
This commit is contained in:
Jason Safaiyeh 2020-02-27 07:03:07 -08:00 коммит произвёл Facebook Github Bot
Родитель 427ba359e0
Коммит f0c7178a3a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
"url": "git@github.com:facebook/react-native.git"
},
"engines": {
"node": ">=8.3"
"node": ">=10"
},
"jest-junit": {
"outputDirectory": "reports/junit",