Skip to content

Commit

Permalink
Update minimum node version in build requirement (#12098)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 25, 2020
1 parent af612db commit 63d9f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 63d9f53

Please sign in to comment.