File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 8
8
9
9
strategy :
10
10
matrix :
11
- node-version : [10.x, 12.x]
11
+ node-version : [10.x, 12.x, 20.x ]
12
12
13
13
steps :
14
14
- uses : actions/checkout@v1
23
23
npm test
24
24
env :
25
25
CI : true
26
- - name : Upload coverage to Codecov
27
-
28
- with :
29
- token : ${{secrets.CODECOV_TOKEN}}
30
- file : ./coverage/clover.xml
26
+
Original file line number Diff line number Diff line change
1
+ 20.12.2
Original file line number Diff line number Diff line change 14
14
<hr />
15
15
16
16
[ ![ Actions Status] ( https://github.com/sandstreamdev/react-swipeable-list/workflows/Node%20CI/badge.svg )] ( https://github.com/sandstreamdev/react-swipeable-list/actions )
17
- [ ![ codecov] ( https://codecov.io/gh/sandstreamdev/react-swipeable-list/branch/master/graph/badge.svg )] ( https://codecov.io/gh/sandstreamdev/react-swipeable-list )
18
17
![ GitHub Release Date] ( https://img.shields.io/github/release-date/sandstreamdev/react-swipeable-list )
19
18
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square )] ( #contributors- )
20
19
You can’t perform that action at this time.
0 commit comments