diff --git a/.travis.yml b/.travis.yml index 9be62fd921..6364ccfcd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,18 +18,12 @@ jobs: - yarn build node_js: "10" - - <<: *build - node_js: '8' - - &unit stage: Test script: yarn test:unit name: "NodeJS 10 unit tests" node_js: "10" - - <<: *unit - name: "NodeJS 8 unit tests" - node_js: "8" - &installer script: yarn installer:ci @@ -39,7 +33,4 @@ jobs: addons: chrome: stable - - <<: *installer - name: "NodeJS 8 installer test" - node_js: "8" diff --git a/README.md b/README.md index 49f44ce78d..941c6d4361 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Vue Storefront - headless PWA for any eCommerce build:passed -![version](https://img.shields.io/badge/node-v8.x-blue.svg) +![version](https://img.shields.io/badge/node-v10.x-blue.svg) ![Branch stable](https://img.shields.io/badge/stable%20branch-master-blue.svg) ![Branch Develop](https://img.shields.io/badge/dev%20branch-develop-blue.svg) ![Branch Develop](https://img.shields.io/badge/community%20chat-slack-FF1493.svg) @@ -344,7 +344,7 @@ Vue Storefront is a Community effort brought to You by our great Core Team and s alt="Phoenix Media" width="150" > - + @@ -353,7 +353,7 @@ Vue Storefront is a Community effort brought to You by our great Core Team and s alt="Absolute Web Services" height="50" > - + @@ -581,7 +581,7 @@ Vue Storefront is a Community effort brought to You by our great Core Team and s > - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + Partners are encouraged to support the project in various ways - mostly by contributing the source code, marketing activities, evangelizing and of course - implementing the production projects. We do support our partners by dedicated contact channels, workshops and by sharing the leads from merchants interested in implementations. diff --git a/docs/guide/installation/linux-mac.md b/docs/guide/installation/linux-mac.md index 349a45d5f2..7301c48e40 100644 --- a/docs/guide/installation/linux-mac.md +++ b/docs/guide/installation/linux-mac.md @@ -10,7 +10,7 @@ Let's go! Already included in `vue-storefront` and `vue-storefront-api` Docker images (required locally, if you do not use containerization): -- Node.js [Active LTS](https://nodejs.org/en/) (>=8.0.0) +- Node.js [Active LTS](https://nodejs.org/en/) (>=10.x) - [Yarn](https://yarnpkg.com/en/docs/install) (>=1.0.0) - [ImageMagick](https://www.imagemagick.org/script/index.php) (to fit, resize and crop images) diff --git a/package.json b/package.json index 8bea33fadf..10db51c87a 100755 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A Vue.js, PWA eCommerce frontend", "private": true, "engines": { - "node": ">=8.x" + "node": ">=10.x" }, "repository": { "type": "git",