We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4cad5 commit 29fea56Copy full SHA for 29fea56
.github/workflows/node.js.yml
@@ -7,7 +7,7 @@ on: [push]
7
8
jobs:
9
build:
10
- name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
+ name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
11
runs-on: ${{ matrix.os }}
12
13
strategy:
0 commit comments