Do not run tests on window

This commit is contained in:
Joseph Garrone
2021-02-21 23:12:55 +01:00
parent 318bba5936
commit bcf954c4cd
3 changed files with 5 additions and 4 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node: [ '14', '13', '12' ]
os: [ windows-latest, ubuntu-latest ]
os: [ ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2