Skip to content

Commit

Permalink
Allow node 11 as devEngine (#14450)
Browse files Browse the repository at this point in the history
Using node 11 throws incompatibility error. This fixes it. Only test I performed was to run `yarn build -- --type=RN_OSS` everything seemed ok.
  • Loading branch information
iljadaderko authored and gaearon committed Dec 25, 2018
1 parent 659c139 commit fef40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@mattiasbuelens/web-streams-polyfill": "0.1.0"
},
"devEngines": {
"node": "8.x || 9.x || 10.x"
"node": "8.x || 9.x || 10.x || 11.x"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
Expand Down

0 comments on commit fef40c0

Please sign in to comment.