Skip to content

Commit

Permalink
chore: requires at least Node 10.18 (#56)
Browse files Browse the repository at this point in the history
* chore: requires at least Node 10.18

BREAKING CHANGE: Drop Node 8

* ci(travis): add Node 12 & 13
  • Loading branch information
curbengh authored and tomap committed Jan 18, 2020
1 parent df69855 commit ce949c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cache:
npm: true

node_js:
- "8"
- "10"
- "node"
- "12"
- "13"

script:
- npm run eslint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"nyc": "^15.0.0"
},
"engines": {
"node": ">= 8.6.0"
"node": ">= 10.18.0"
}
}

0 comments on commit ce949c9

Please sign in to comment.