docs(v1): drop support for node <10.9 (#2264)

This commit is contained in:
Hanseung Yoo 2020-02-03 05:25:55 +09:00 committed by Alexey Pyltsyn
parent 980755214b
commit d698c10c22

View file

@ -14,7 +14,7 @@ We have created a helpful script that will get all of the infrastructure set up
1. Ensure you have the latest version of [Node](https://nodejs.org/en/download/) installed. We also recommend you install [Yarn](https://yarnpkg.com/en/docs/install) as well.
> You have to be on Node >= 8.x and Yarn >= 1.5.
> You have to be on Node >= 10.9.0 and Yarn >= 1.5.
1. Create a project, if none exists, and change your directory to this project's root.