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:
@ -136,4 +136,4 @@ jobs:
env: env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }}
IS_PRE_RELEASE: ${{ needs.check_if_version_upgraded.outputs.is_pre_release }} IS_PRE_RELEASE: ${{ needs.check_if_version_upgraded.outputs.is_pre_release }}