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 2, 2022
1 parent 4ec8459 commit 2860fb3
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 2860fb3

Please sign in to comment.