Run build only on latest ubuntu and node 16
This commit is contained in:
parent
8afdaa8f0e
commit
fd901ef2cf
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user