Skip to content

Commit

Permalink
fix: downgrade dependencies for node 8.x compat, test on every the node
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd committed Apr 23, 2021
1 parent 535b879 commit 2bbb908
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 301 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
sudo: false
language: node_js
node_js:
- "node"
- "lts/*"
- "8.x"
- "10.x"
- "12.x"
- "14.x"
Loading

0 comments on commit 2bbb908

Please sign in to comment.