Skip to content

Commit

Permalink
Fix typo in GitHub Actions workflow file (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Feb 14, 2023
1 parent 524c9cc commit 99d8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit 99d8004

Please sign in to comment.