File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
check-ci :
13
13
name : Node Engine Check
14
14
timeout-minutes : 15
15
- runs-on : ubuntu-18.10
15
+ runs-on : ubuntu-20.04
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Use Node.js ${{ matrix.NODE_VERSION }}
33
33
check-lint :
34
34
name : Lint
35
35
timeout-minutes : 15
36
- runs-on : ubuntu-18.10
36
+ runs-on : ubuntu-20.04
37
37
steps :
38
38
- uses : actions/checkout@v2
39
39
- name : Use Node.js ${{ matrix.NODE_VERSION }}
53
53
check-circular :
54
54
name : Circular Dependencies
55
55
timeout-minutes : 5
56
- runs-on : ubuntu-18.10
56
+ runs-on : ubuntu-20.04
57
57
steps :
58
58
- uses : actions/checkout@v2
59
59
- name : Use Node.js ${{ matrix.NODE_VERSION }}
73
73
check-docker :
74
74
name : Docker Build
75
75
timeout-minutes : 15
76
- runs-on : ubuntu-18.10
76
+ runs-on : ubuntu-20.04
77
77
steps :
78
78
- name : Checkout repository
79
79
uses : actions/checkout@v2
90
90
check-lock-file-version :
91
91
name : NPM Lock File Version
92
92
timeout-minutes : 5
93
- runs-on : ubuntu-18.10
93
+ runs-on : ubuntu-20.04
94
94
steps :
95
95
- uses : actions/checkout@v2
96
96
- name : Check NPM lock file version
@@ -165,7 +165,7 @@ jobs:
165
165
fail-fast : false
166
166
name : ${{ matrix.name }}
167
167
timeout-minutes : 15
168
- runs-on : ubuntu-18.10
168
+ runs-on : ubuntu-20.04
169
169
services :
170
170
redis :
171
171
image : redis
@@ -222,7 +222,7 @@ jobs:
222
222
fail-fast : false
223
223
name : ${{ matrix.name }}
224
224
timeout-minutes : 15
225
- runs-on : ubuntu-18.10
225
+ runs-on : ubuntu-20.04
226
226
services :
227
227
redis :
228
228
image : redis
You can’t perform that action at this time.
0 commit comments