Build: Run tests on Node.js 13 in addition to 8, 10 & 12

Closes gh-4528
This commit is contained in:
Michał Gołębiowski-Owczarek
2019-10-22 20:03:36 +02:00
committed by GitHub
parent 584835e682
commit 830976e690

View File

@@ -4,6 +4,7 @@ node_js:
- "8"
- "10"
- "12"
- "13"
env:
- NPM_SCRIPT=test:browserless
matrix: