diff --git a/.travis.yml b/.travis.yml index 7badde857..6105d4a58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: - 'stable' + - '12' - '10' - '8' - - '6' env: - CXX=g++-4.8 addons: diff --git a/README.md b/README.md index 9a0e225ec..7e33bc201 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ and newcomers to the industry. ### Getting Started - Follow the [getting started guide](./docs/getting-started.md) to download and run the project - ([Node.js](https://nodejs.org/) >= 6.9) + ([Node.js](https://nodejs.org/) >= 8.16.2) - Check the [code recipes](./docs/recipes) used in this boilerplate, or share yours ### Customization diff --git a/docs/getting-started.md b/docs/getting-started.md index 41d456213..29c60d74f 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -3,7 +3,7 @@ ### Requirements - Mac OS X, Windows, or Linux -- [Yarn](https://yarnpkg.com/) package + [Node.js](https://nodejs.org/) v6.9 or +- [Yarn](https://yarnpkg.com/) package + [Node.js](https://nodejs.org/) v8.16.2 or newer - Text editor or IDE pre-configured with React/JSX/Flow/ESlint ([learn more](./how-to-configure-text-editors.md)) diff --git a/package.json b/package.json index 9eb39a49f..19cc3d6ca 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.0.0", "private": true, "engines": { - "node": ">=6.13.1", - "npm": ">=3.10.10" + "node": ">=8.16.2", + "npm": ">=6.4.1" }, "browserslist": [ ">1%",