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

View File

@ -28,7 +28,7 @@ jobs:
needs: test_lint
strategy:
matrix:
node: [ '14', '15' ,'16', '17' ]
node: [ '14','16' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps: