Add Node.js version 13 (Current) to CI matrix.

This commit is contained in:
David Anson 2020-01-11 13:00:04 -08:00
parent 6ea1a21a95
commit 5010acad4b

View file

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v1