From 87f264cc7b397a12d744c92e434b5c0c2ca3e580 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Sat, 6 Feb 2021 06:20:52 +0900 Subject: [PATCH] Update build requirements in CONTRIBUTING.md (#12766) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29f9ba2783..45131f18ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.19.0 and up. You can check this with `node -v`. +*Node*: Check that Node is [installed](https://nodejs.org/en/download/) with version `^12.16 || >= 14`. 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`.