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

Closes gh-4528

(cherry picked from commit 830976e690)
This commit is contained in:
Michał Gołębiowski-Owczarek 2019-10-22 20:03:36 +02:00 committed by Michał Gołębiowski-Owczarek
parent 9f4204ecad
commit 64c1fcc1cd

View File

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