Update ci.yaml

This commit is contained in:
Garrone Joseph 2021-02-20 12:25:38 +01:00 committed by GitHub
parent f828283b61
commit aa614f4e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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