Skip to content

Commit

Permalink
Update descriptions about minimum version of Node.js after Mocha v8 r…
Browse files Browse the repository at this point in the history
…elease

- description of CONTRIBUTING.md
- description of docs/README.md
  • Loading branch information
HyunSangHan committed Mar 17, 2020
1 parent 42d39ef commit d09ad1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -42,7 +42,7 @@ Follow these steps to get going. If you are having trouble, don't be afraid to [

> PRO TIP: After `npm install`, run `npm start` to see a list of commands which can be run with `npm start <command>` (powered by [nps](https://npm.im/nps)).
1. [Install Node.js 10.x or newer](https://nodejs.org/en/download/).
1. [Install Node.js 10.12.0 or newer](https://nodejs.org/en/download/).
- If you're new to installing Node, a tool like [nvm](https://github.com/creationix/nvm#install-script) can help you manage multiple version installations.
- You will need [Google Chrome](https://www.google.com/chrome/) to run browser-based tests locally.
1. Follow [Github's documentation](https://help.github.com/articles/fork-a-repo/) on setting up Git, forking and cloning.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -6,7 +6,7 @@ _So you wanna build the site?_

## Prerequisites

- Node.js v10.x or greater
- Node.js v10.12.0 or greater

## Development

Expand Down

0 comments on commit d09ad1b

Please sign in to comment.