Use node-version vs. node_version
This commit is contained in:
parent
095f78498f
commit
200171d2a5
|
@ -16,7 +16,7 @@ jobs:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
node: ['12', '14']
|
node: ['12', '14']
|
||||||
|
|
||||||
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
|
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Reference in New Issue