summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributing.md7
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