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
strategy:
matrix:
node: [ '14','16' ]
os: [ windows-latest, ubuntu-latest ]
node: [ '16' ]
os: [ ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
steps:
- name: Tell if project is using npm or yarn