Skip to content

Commit

Permalink
Drop support for Node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
sholladay committed Sep 12, 2020
1 parent 780c68b commit c5f649f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
language: node_js

node_js:
- 14
- 12
- 10
- 8

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -21,7 +21,7 @@
"email": "me@seth-holladay.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"license": "MPL-2.0",
"files": [
Expand Down

0 comments on commit c5f649f

Please sign in to comment.