chore: update verify workflow to run node tests on windows

This commit is contained in:
Joren Broekema 2020-12-07 16:20:58 +01:00
parent 841898f57a
commit 9a7522f844

View file

@ -68,10 +68,11 @@ jobs:
node-tests:
name: Node tests
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2