Link to our up-to-date Node version

Did you know we recommend Node 12.x in our macOS setup docs? Neither did I. Let's stop doing that.
This commit is contained in:
Markus Olsson 2021-12-13 10:58:45 +01:00 committed by GitHub
parent 7ebdb58d8f
commit 63fbe41a84
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 `v12.x.y` or later, you're good to go.
You can verify that your installed version matches the one currently used by GitHub Desktop by looking at [our .node-version file](https://github.com/desktop/desktop/blob/development/.node-version). Usually the same major version is enough but if you're running into problems building Desktop please try installing that exact version.
### I need to use different versions of Node.js in different projects!