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

pull/29551/head
Kyle Brandt 5 years ago committed by GitHub
parent df1b0a1daf
commit 22ee0a912c
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@12
brew install node@14
npm install -g yarn
```

Loading…
Cancel
Save