Skip to content

Commit 4103ae9

Browse files
committed
Meta tweaks
1 parent f0c1785 commit 4103ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
- pull_request
55
jobs:
66
test:
7-
name: Node.js ${{ matrix.node_version }} on ${{ matrix.os }}
7+
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node_version:
12+
node-version:
1313
- 15
1414
- 14
1515
- 12
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: ${{ matrix.node_version }}
25+
node-version: ${{ matrix.node-version }}
2626
- run: npm install
2727
- run: npm test
2828
- uses: codecov/codecov-action@v1
29-
if: matrix.os == 'ubuntu-latest' && matrix.node_version == 14
29+
if: matrix.os == 'ubuntu-latest' && matrix.node-version == 14
3030
with:
3131
fail_ci_if_error: true

0 commit comments

Comments
 (0)