This commit is contained in:
Joseph Garrone 2021-02-27 15:18:31 +01:00
parent 9fc12ee74d
commit 63a0a30d44

View File

@ -10,12 +10,11 @@ on:
jobs:
test_node:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '13', '12' ]
os: [ windows-latest, ubuntu-latest ]
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
name: Test with Node v${{ matrix.node }}
steps:
- name: Tell if project is using npm or yarn
id: _1