File tree Expand file tree Collapse file tree 6 files changed +427
-305
lines changed Expand file tree Collapse file tree 6 files changed +427
-305
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v2
18
- - name : Use Node.js 12.13.1
18
+ - name : Use Node.js 14.16.0
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : 12.13.1
21
+ node-version : 14.16.0
22
22
- name : Cache node modules
23
23
uses : actions/cache@v1
24
24
with :
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
13
- - name : Use Node.js 12.13.1
13
+ - name : Use Node.js 14.16.0
14
14
uses : actions/setup-node@v1
15
15
with :
16
- node-version : 12.13.1
16
+ node-version : 14.16.0
17
17
- name : Cache node modules
18
18
uses : actions/cache@v1
19
19
with :
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
with :
11
11
ref : ${{ github.base_ref }}
12
- - name : Use Node.js 12.13.1
12
+ - name : Use Node.js 14.16.0
13
13
uses : actions/setup-node@v1
14
14
with :
15
- node-version : 12.13.1
15
+ node-version : 14.16.0
16
16
17
17
- name : Install dependencies
18
18
run : yarn
@@ -31,10 +31,10 @@ jobs:
31
31
needs : base_branch_cov
32
32
steps :
33
33
- uses : actions/checkout@v2
34
- - name : Use Node.js 12.13.1
34
+ - name : Use Node.js 14.16.0
35
35
uses : actions/setup-node@v1
36
36
with :
37
- node-version : 12.13.1
37
+ node-version : 14.16.0
38
38
39
39
- name : Download code coverage report from base branch
40
40
uses : actions/download-artifact@v2
Original file line number Diff line number Diff line change 1
- v12.13.1
1
+ v14.16.0
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ jobs:
38
38
- uses: actions/checkout@v2
39
39
with:
40
40
ref: ${{ github.base_ref }}
41
- - name: Use Node.js 12.13.1
41
+ - name: Use Node.js 14.16.0
42
42
uses: actions/setup-node@v1
43
43
with:
44
- node-version: 12.13.1
44
+ node-version: 14.16.0
45
45
46
46
- name: Install dependencies
47
47
run: yarn
@@ -60,10 +60,10 @@ jobs:
60
60
needs: base_branch_cov
61
61
steps:
62
62
- uses: actions/checkout@v2
63
- - name: Use Node.js 12.13.1
63
+ - name: Use Node.js 14.16.0
64
64
uses: actions/setup-node@v1
65
65
with:
66
- node-version: 12.13.1
66
+ node-version: 14.16.0
67
67
68
68
- name: Download code coverage report from base branch
69
69
uses: actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments