Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeca committed Jun 19, 2020
1 parent 8a0df71 commit 51c6588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/setup-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` or later, you're good to go.
If you see the output `v12.x.y` or later, you're good to go.

### I need to use different versions of Node.js in different projects!

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/setup-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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` or later, you're good to go.
If you see the output `v12.x.y` or later, you're good to go.

**Node.js installation notes:**
- make sure you allow the Node.js installer to add `node` to the `PATH`.
Expand Down

0 comments on commit 51c6588

Please sign in to comment.