Skip to content
Permalink
Browse files
fix: remove pre-node 10 support (#86)
BREAKING CHANGE: Node 10 is LTS so please upgrade to it.
  • Loading branch information
jimthedev committed Jul 19, 2019
1 parent 6ed57bd commit 76588ad
Show file tree
Hide file tree
Showing 3 changed files with 2,490 additions and 2,010 deletions.
@@ -1,10 +1,8 @@
language: node_js

node_js:
- 12
- 10
- 8
- 6
- 4

jobs:
include:

0 comments on commit 76588ad

Please sign in to comment.