Skip to content

Commit

Permalink
Remove node6 support, add node12 to build (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmylnycky committed May 17, 2020
1 parent 9bbe486 commit dba3966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,9 +1,9 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"
script:
- npm test
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"license": "MIT"
}

0 comments on commit dba3966

Please sign in to comment.