Only test build on LTS node version

This commit is contained in:
Joseph Garrone 2023-03-07 18:18:04 +01:00 committed by GitHub
parent df9f6fd7fd
commit aeb0cb3110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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