Run test with only node 16 and 17

This commit is contained in:
garronej 2022-10-27 23:19:06 +02:00
parent f16faec335
commit 15d75bccb7

View file

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