Skip to content

Commit

Permalink
Merge pull request #160 from Turbo87/node-6
Browse files Browse the repository at this point in the history
Drop support for Node 6
  • Loading branch information
Turbo87 authored Nov 11, 2019
2 parents d9ab2c5 + cb68b5e commit 9a45997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: node_js
cache: yarn

node_js:
- '6'
- '8'
- '10'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "^3.6.3"
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"changelog": {
"repo": "lerna/lerna-changelog",
Expand Down

0 comments on commit 9a45997

Please sign in to comment.