File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
jobs :
6
6
test :
7
- name : Node.js ${{ matrix.node_version }} on ${{ matrix.os }}
7
+ name : Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- node_version :
12
+ node-version :
13
13
- 15
14
14
- 14
15
15
- 12
@@ -22,10 +22,10 @@ jobs:
22
22
- uses : actions/checkout@v2
23
23
- uses : actions/setup-node@v1
24
24
with :
25
- node-version : ${{ matrix.node_version }}
25
+ node-version : ${{ matrix.node-version }}
26
26
- run : npm install
27
27
- run : npm test
28
28
- 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
30
30
with :
31
31
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments