mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Update docs/contributing/setup-macos.md
Co-Authored-By: billygriffin <5091167+billygriffin@users.noreply.github.com>
This commit is contained in:
parent
7792ff9cbf
commit
f771792c6e
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Reference in a new issue