From 4a5abfddcbebafeabafc96d87f1d1ee532edfb72 Mon Sep 17 00:00:00 2001 From: piglovesyou Date: Mon, 4 Nov 2019 10:16:07 +0900 Subject: [PATCH] Stop supporting Node v6 * [Node v6 has already ended being maintained by April 2019](https://nodejs.org/en/blog/release/v6.9.0/) * Add v12 to support all versions of v8+ * Some dependencies stops supporting Node v6 * [eslint-loader](https://travis-ci.org/kriasoft/react-starter-kit/builds/606828978?utm_source=github_status&utm_medium=notification) * [lint-staged](https://travis-ci.org/kriasoft/react-starter-kit/builds/606829247?utm_source=github_status&utm_medium=notification) * By the end of 2019, v8 ends by the way --- .travis.yml | 2 +- README.md | 2 +- docs/getting-started.md | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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%",