This commit is contained in:
garronej 2021-08-01 04:56:18 +02:00
parent 73a10cf270
commit 9201b6c11d
2 changed files with 2 additions and 2 deletions

View file

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