Run build only on latest ubuntu and node 16

This commit is contained in:
garronej 2023-03-20 05:39:12 +01:00
parent 8afdaa8f0e
commit fd901ef2cf

View File

@ -28,8 +28,8 @@ jobs:
needs: test_lint needs: test_lint
strategy: strategy:
matrix: matrix:
node: [ '14','16' ] node: [ '16' ]
os: [ windows-latest, ubuntu-latest ] os: [ ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps: steps:
- name: Tell if project is using npm or yarn - name: Tell if project is using npm or yarn