add node 13.x to unit tests

This commit is contained in:
Karol Wypchło 2020-02-24 16:03:06 +01:00 committed by GitHub
parent 8f6736156e
commit 9b56fc47de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 13.x]
steps:
- uses: actions/checkout@v2
@ -18,4 +18,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn build