Skip to content

Commit

Permalink
fix(actions): fix action name display (typicode#1059)
Browse files Browse the repository at this point in the history
fix variable node_version to  node-version
  • Loading branch information
wyntau authored and nikoladavitkovski committed Sep 5, 2022
1 parent e933f0c commit d3ec839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -7,7 +7,7 @@ on: [push]

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 d3ec839

Please sign in to comment.