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 31
31
node-version : ${{ matrix.node-version }}
32
32
skip-ls-check : true
33
33
- run : npm run tests-only
34
- - uses : codecov/codecov-action@v1
34
+ - uses : codecov/codecov-action@v2
35
35
36
36
minors :
37
37
needs : [matrix, latest]
52
52
node-version : ${{ matrix.node-version }}
53
53
skip-ls-check : true
54
54
- run : npm run tests-only
55
- - uses : codecov/codecov-action@v1
55
+ - uses : codecov/codecov-action@v2
56
56
57
57
node :
58
58
name : ' io.js'
Original file line number Diff line number Diff line change 32
32
cache-node-modules-key : node_modules-${{ github.workflow }}-${{ github.action }}-${{ github.run_id }}
33
33
skip-ls-check : true
34
34
- run : npm run tests-only
35
- - uses : codecov/codecov-action@v1
35
+ - uses : codecov/codecov-action@v2
36
36
37
37
unstable :
38
38
needs : [matrix, stable]
57
57
if : ${{ matrix.node-version }} != 0.6
58
58
- run : ./node_modules/.bin/tape 'test/**/*.js'
59
59
if : ${{ matrix.node-version }} = 0.6
60
- - uses : codecov/codecov-action@v1
60
+ - uses : codecov/codecov-action@v2
61
61
if : ${{ matrix.node-version }} != 0.6
62
62
63
63
node :
You can’t perform that action at this time.
0 commit comments