Chore: Update dev guide node version for Mac (#29548)

This commit is contained in:
Kyle Brandt 2020-12-02 15:08:45 -05:00 committed by GitHub
parent df1b0a1daf
commit 22ee0a912c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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@12
brew install node@14
npm install -g yarn
```