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

pull/23420/head
Cyril Tovena 5 years ago committed by GitHub
parent 8b2bdd807b
commit 24b928c88d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contribute/developer-guide.md

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

Loading…
Cancel
Save