Use node-version vs. node_version

This commit is contained in:
David Humphrey 2021-03-20 11:48:00 -04:00
parent 095f78498f
commit 200171d2a5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['12', '14']
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Test