edit contributing Prerequisite (#881)

This commit is contained in:
Cindy Cheung 2021-07-27 05:44:38 -07:00 committed by GitHub
parent 0c46a1dab2
commit f6b4bcd2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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