diff options
author | 2021-07-27 05:44:38 -0700 | |
---|---|---|
committer | 2021-07-27 08:44:38 -0400 | |
commit | f6b4bcd2e7c93b141d758007ab04f199829a0a16 (patch) | |
tree | aa856f08aae32a04f429ea028908ba56104a5184 | |
parent | 0c46a1dab2d74d221490720572e7917cf671bae5 (diff) | |
download | astro-f6b4bcd2e7c93b141d758007ab04f199829a0a16.tar.gz astro-f6b4bcd2e7c93b141d758007ab04f199829a0a16.tar.zst astro-f6b4bcd2e7c93b141d758007ab04f199829a0a16.zip |
edit contributing Prerequisite (#881)
-rw-r--r-- | contributing.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |