Skip to content

Commit

Permalink
major: bump minimum node version to 8
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 6 is no longer supported.
  • Loading branch information
jeffijoe committed Oct 3, 2019
1 parent 9bf9325 commit 9824238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ notifications:
email: false

node_js:
- "stable"
- "8"
- "7"
- "6"
- 'stable'
- '12'
- '10'
- '8'

# Lint errors should trigger a failure.
before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 9824238

Please sign in to comment.