Skip to content

Commit

Permalink
chore: only support live nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jan 7, 2020
1 parent 2c6fb91 commit 49c3151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -4,5 +4,3 @@ node_js:
- node
- 12
- 10
- 8
- 6
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -45,5 +45,8 @@
},
"files": [
"index.js"
]
],
"engines": {
"node": ">=10"
}
}

0 comments on commit 49c3151

Please sign in to comment.