chore: add Node.js 14 to travis

This commit is contained in:
Diana Lau 2020-07-28 16:29:03 -04:00
parent ace629d3b3
commit 7f404ea0ed
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ node_js:
- "8"
- "10"
- "12"
- "14"
after_success: npm run coverage