This commit is contained in:
Joseph Garrone 2021-02-20 12:22:47 +01:00
parent 5aefbc777c
commit cb1f441b1e

View File

@ -26,7 +26,7 @@ jobs:
needs: test_lint needs: test_lint
strategy: strategy:
matrix: matrix:
node: [ '14', '13', '12', '11', '10', '8' ] node: [ '14', '13', '12' ]
os: [ windows-latest, ubuntu-latest ] os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps: steps: