Update docs/contributing/setup-macos.md

Co-Authored-By: billygriffin <5091167+billygriffin@users.noreply.github.com>
This commit is contained in:
Brendan Forster 2019-04-18 09:16:35 -06:00 committed by GitHub
parent 7792ff9cbf
commit f771792c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ $ node -v
If you see an error about being unable to find `node`, that probably means you don't have any Node tools installed. You can download Node from the [Node.js website](https://nodejs.org/), install the package, and restart your shell.
If you see the output `v10.x.y`, you're good to go.
If you see the output `v10.x.y` or later, you're good to go.
### I need to use different versions of Node.js in different projects!