File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
node-version : ${{ matrix.node-version }}
32
32
- run : npm run tests-only
33
- - uses : codecov/codecov-action@v1
33
+ - uses : codecov/codecov-action@v2
34
34
35
35
minors :
36
36
needs : [matrix, latest]
50
50
with :
51
51
node-version : ${{ matrix.node-version }}
52
52
- run : npm run tests-only
53
- - uses : codecov/codecov-action@v1
53
+ - uses : codecov/codecov-action@v2
54
54
55
55
node :
56
56
name : ' node 4+'
Original file line number Diff line number Diff line change 36
36
node-version : ${{ matrix.node-version }}
37
37
skip-ls-check : true
38
38
- run : npm run ${{ matrix.command }}
39
- - uses : codecov/codecov-action@v1
39
+ - uses : codecov/codecov-action@v2
40
40
41
41
minors :
42
42
needs : [matrix, latest]
61
61
node-version : ${{ matrix.node-version }}
62
62
skip-ls-check : true
63
63
- run : npm run ${{ matrix.command }}
64
- - uses : codecov/codecov-action@v1
64
+ - uses : codecov/codecov-action@v2
65
65
66
66
node :
67
67
name : ' io.js'
Original file line number Diff line number Diff line change 37
37
cache-node-modules-key : node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
38
38
skip-ls-check : true
39
39
- run : npm run ${{ matrix.command }}
40
- - uses : codecov/codecov-action@v1
40
+ - uses : codecov/codecov-action@v2
41
41
42
42
unstable :
43
43
needs : [matrix, stable]
63
63
cache-node-modules-key : node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
64
64
skip-ls-check : true
65
65
- run : npm run ${{ matrix.command }}
66
- - uses : codecov/codecov-action@v1
66
+ - uses : codecov/codecov-action@v2
67
67
68
68
node :
69
69
name : ' node 0.x'
You can’t perform that action at this time.
0 commit comments