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 Dec 12, 2019
1 parent a354689 commit 174f2d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
@@ -1,13 +1,8 @@
language: node_js

node_js:
- 12
- 10
- 8

addons:
apt:
packages:
- rethinkdb
sources:
- sourceline: 'deb https://download.rethinkdb.com/apt trusty main'
key_url: 'https://download.rethinkdb.com/apt/pubkey.gpg'
rethinkdb: '2.3.6'
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 174f2d1

Please sign in to comment.