Docs: Update contributing doc to install node@12. (#23450)

This commit is contained in:
Cyril Tovena
2020-04-08 23:29:10 -04:00
committed by GitHub
parent 8b2bdd807b
commit 24b928c88d

View File

@@ -20,7 +20,7 @@ We recommend using [Homebrew](https://brew.sh/) for installing any missing depen
```
brew install git
brew install go
brew install node
brew install node@12
npm install -g yarn
```