Skip to content

Commit

Permalink
fix: add node v16 and drop v10 from tests (lib is still compiled to w…
Browse files Browse the repository at this point in the history
…ork down to node v6.4)
  • Loading branch information
niftylettuce committed Jan 7, 2022
1 parent 0334997 commit 81fd7ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
sudo: false
language: node_js
node_js:
- '16'
- '14'
- '12'
- '10'
after_success: npm run coverage

env:
Expand Down

0 comments on commit 81fd7ad

Please sign in to comment.