File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
runs-on : ${{ matrix.os }}
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
31
31
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v2
33
+ uses : actions/setup-node@v3
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
36
cache : " npm"
@@ -69,10 +69,10 @@ jobs:
69
69
runs-on : ${{ matrix.os }}
70
70
71
71
steps :
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
74
74
- name : Use Node.js ${{ matrix.node-version }}
75
- uses : actions/setup-node@v2
75
+ uses : actions/setup-node@v3
76
76
with :
77
77
node-version : ${{ matrix.node-version }}
78
78
cache : " npm"
88
88
run : npm run test:coverage -- --ci
89
89
90
90
- name : Submit coverage data to codecov
91
- uses : codecov/codecov-action@v2
91
+ uses : codecov/codecov-action@v3
92
92
with :
93
93
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments