Update ci.yaml

This commit is contained in:
Joseph Garrone 2022-10-11 16:03:45 +02:00 committed by GitHub
parent 2d59758ef7
commit 9a1a3aaa45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
needs: test_lint needs: test_lint
strategy: strategy:
matrix: matrix:
node: [ '15', '14','16' ] node: [ '14', '15' ,'16', '17' ]
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: