Update minimum node version in build requirement (#12098)

This commit is contained in:
Huáng Jùnliàng 2020-09-25 15:25:42 -04:00 committed by GitHub
parent af612db8c3
commit 63d9f5397b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ Feel free to check out the `#discussion`/`#development` channels on our [Slack](
## Developing
*Node*: Check that Node is [installed](https://nodejs.org/en/download/) with version 10 and up. You can check this with `node -v`.
*Node*: Check that Node is [installed](https://nodejs.org/en/download/) with version 10.19.0 and up. You can check this with `node -v`.
*Yarn*: Make sure that Yarn 1 is [installed](https://classic.yarnpkg.com/en/docs/install) with version >= `1.19.0`.