Skip to content

Commit 99d8004

Browse files
authored
Fix typo in GitHub Actions workflow file (#1403)
1 parent 524c9cc commit 99d8004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build:
14-
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
14+
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
1515
runs-on: ${{ matrix.os }}
1616

1717
strategy:

0 commit comments

Comments
 (0)