Skip to content

Commit

Permalink
build: drop support for NodeJS v6 and not lts versions up to v12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: from now NodeJS v6, v7, v9 and v11 not officially supported
  • Loading branch information
CheerlessCloud committed Oct 6, 2019
1 parent 90792ea commit 6f48611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ language: node_js

node_js:
- '12'
- '11'
- '10'
- '9'
- '8'
- '7'
- '6'

branches:
except:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
"travis-deploy-once": "^5.0.11"
},
"engines": {
"node": ">=6.10.0"
"node": ">=8.0.0"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.10"
"node": "8.0.0"
},
"useBuiltIns": false,
"exclude": [
Expand Down

0 comments on commit 6f48611

Please sign in to comment.