File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
if : github.ref_type == 'tag'
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v3
9
9
- run : curl --data-urlencode "message=[${{github.repository}} ${{github.ref_name}}](https://github.com/${{github.repository}}/releases/${{github.ref_name}}) released" ${{secrets.GITTER_CUSTOM_WEBHOOK}}
Original file line number Diff line number Diff line change 9
9
pre-test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - uses : actions/setup-node@v2
12
+ - uses : actions/checkout@v3
13
+ - uses : actions/setup-node@v3
14
14
with :
15
15
cache : ' npm'
16
16
28
28
node : ['12.0']
29
29
name : Testing Node ${{ matrix.node }} on ${{ matrix.os }}
30
30
steps :
31
- - uses : actions/checkout@v2
32
- - uses : actions/setup-node@v2
31
+ - uses : actions/checkout@v3
32
+ - uses : actions/setup-node@v3
33
33
with :
34
34
cache : ' npm'
35
35
46
46
node : ['12.0', '14.0', '16.0']
47
47
name : Testing Node ${{ matrix.node }} on ${{ matrix.os }}
48
48
steps :
49
- - uses : actions/checkout@v2
50
- - uses : actions/setup-node@v2
49
+ - uses : actions/checkout@v3
50
+ - uses : actions/setup-node@v3
51
51
with :
52
52
node-version : ${{ matrix.node }}
53
53
cache : ' npm'
57
57
- if : matrix.os == 'ubuntu-latest' && matrix.node == '16.0'
58
58
run : npm run coverage
59
59
- if : matrix.os == 'ubuntu-latest' && matrix.node == '16.0'
60
- uses : coverallsapp/github-action@v1 .1.2
60
+ uses : coverallsapp/github-action@1 .1.3
61
61
with :
62
62
github-token : ${{ github.token }}
63
63
path-to-lcov : ./coverage.info
You can’t perform that action at this time.
0 commit comments