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 1212 check-ci :
1313 name : Node Engine Check
1414 timeout-minutes : 15
15- runs-on : ubuntu-18.10
15+ runs-on : ubuntu-20.04
1616 steps :
1717 - uses : actions/checkout@v2
1818 - name : Use Node.js ${{ matrix.NODE_VERSION }}
3333 check-lint :
3434 name : Lint
3535 timeout-minutes : 15
36- runs-on : ubuntu-18.10
36+ runs-on : ubuntu-20.04
3737 steps :
3838 - uses : actions/checkout@v2
3939 - name : Use Node.js ${{ matrix.NODE_VERSION }}
5353 check-circular :
5454 name : Circular Dependencies
5555 timeout-minutes : 5
56- runs-on : ubuntu-18.10
56+ runs-on : ubuntu-20.04
5757 steps :
5858 - uses : actions/checkout@v2
5959 - name : Use Node.js ${{ matrix.NODE_VERSION }}
7373 check-docker :
7474 name : Docker Build
7575 timeout-minutes : 15
76- runs-on : ubuntu-18.10
76+ runs-on : ubuntu-20.04
7777 steps :
7878 - name : Checkout repository
7979 uses : actions/checkout@v2
9090 check-lock-file-version :
9191 name : NPM Lock File Version
9292 timeout-minutes : 5
93- runs-on : ubuntu-18.10
93+ runs-on : ubuntu-20.04
9494 steps :
9595 - uses : actions/checkout@v2
9696 - name : Check NPM lock file version
@@ -165,7 +165,7 @@ jobs:
165165 fail-fast : false
166166 name : ${{ matrix.name }}
167167 timeout-minutes : 15
168- runs-on : ubuntu-18.10
168+ runs-on : ubuntu-20.04
169169 services :
170170 redis :
171171 image : redis
@@ -222,7 +222,7 @@ jobs:
222222 fail-fast : false
223223 name : ${{ matrix.name }}
224224 timeout-minutes : 15
225- runs-on : ubuntu-18.10
225+ runs-on : ubuntu-20.04
226226 services :
227227 redis :
228228 image : redis
You can’t perform that action at this time.
0 commit comments