Skip to content

Commit 200171d

Browse files
committed
Use node-version vs. node_version
1 parent 095f784 commit 200171d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
node: ['12', '14']
1818

19-
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
19+
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Test

0 commit comments

Comments
 (0)