From f6b4bcd2e7c93b141d758007ab04f199829a0a16 Mon Sep 17 00:00:00 2001 From: Cindy Cheung Date: Tue, 27 Jul 2021 05:44:38 -0700 Subject: [PATCH] edit contributing Prerequisite (#881) --- contributing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contributing.md b/contributing.md index 8c8a53e95..b8ea556db 100644 --- a/contributing.md +++ b/contributing.md @@ -1,5 +1,12 @@ # Contributing +## Prerequisite +```shell +node: "^12.20.0 || ^14.13.1 || >=16.0.0" +yarn: "^1.22.10" +# otherwise, build will fail +``` + ## Setting Up the Monorepo ```shell