From d09ad1bd8e4200d27eae5428342912b3f615b6be Mon Sep 17 00:00:00 2001 From: HyunSangHan Date: Wed, 18 Mar 2020 00:52:49 +0900 Subject: [PATCH] Update descriptions about minimum version of Node.js after Mocha v8 release - description of CONTRIBUTING.md - description of docs/README.md --- .github/CONTRIBUTING.md | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4614aa046e..2d7b5e5f85 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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 ` (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. diff --git a/docs/README.md b/docs/README.md index 0aeef4d5ca..ab083fe29d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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