Add node 13 to CI

This commit is contained in:
Wesley Wigham 2020-04-09 16:16:06 -07:00
parent 23b6f6e469
commit bc8a98ff00
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v1