update
This commit is contained in:
parent
9fc12ee74d
commit
63a0a30d44
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -10,12 +10,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test_node:
|
test_node:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node: [ '14', '13', '12' ]
|
node: [ '14', '13', '12' ]
|
||||||
os: [ windows-latest, ubuntu-latest ]
|
name: Test with Node v${{ matrix.node }}
|
||||||
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
|
||||||
id: _1
|
id: _1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user