Skip to content

Commit

Permalink
Drop Node.js 6 support (#4006)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov authored and jeddy3 committed Apr 4, 2019
1 parent b4dc965 commit 81f4139
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Expand Up @@ -18,18 +18,15 @@ cache:

matrix:
include:
- node_js: '8'
- node_js: '10'
script: npm run pretest
env: CI=pretest
- node_js: '8'
- node_js: '10'
script: npm run jest -- --maxWorkers=2 --coverage
env: CI=coverage
- node_js: '10'
script: npm run jest -- --maxWorkers=2
env: CI=tests 10
- node_js: '6'
- node_js: '8'
script: npm run jest -- --maxWorkers=2
env: CI=tests 6
env: CI=tests 8

before_install:
- npm install -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/prerequisites.md
Expand Up @@ -2,7 +2,7 @@

## Technical

- [Node.js](https://nodejs.org/en/) 4.2.1+.
- [Node.js](https://nodejs.org/en/) 8.15.1+.
- Latest [npm](https://www.npmjs.com/).

## Rules of thumb
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
"!flow-typed/npm"
],
"engines": {
"node": ">=6"
"node": ">=8.15.1"
},
"dependencies": {
"autoprefixer": "^9.0.0",
Expand Down

0 comments on commit 81f4139

Please sign in to comment.