File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 32
32
check-ci :
33
33
name : Node Engine Check
34
34
timeout-minutes : 15
35
- runs-on : ubuntu-20.04
35
+ runs-on : ubuntu-latest
36
36
steps :
37
37
- uses : actions/checkout@v2
38
38
- name : Use Node.js ${{ matrix.NODE_VERSION }}
53
53
check-lint :
54
54
name : Lint
55
55
timeout-minutes : 15
56
- runs-on : ubuntu-20.04
56
+ runs-on : ubuntu-latest
57
57
steps :
58
58
- uses : actions/checkout@v2
59
59
- name : Use Node.js ${{ matrix.NODE_VERSION }}
73
73
check-circular :
74
74
name : Circular Dependencies
75
75
timeout-minutes : 5
76
- runs-on : ubuntu-20.04
76
+ runs-on : ubuntu-latest
77
77
steps :
78
78
- uses : actions/checkout@v2
79
79
- name : Use Node.js ${{ matrix.NODE_VERSION }}
93
93
check-docker :
94
94
name : Docker Build
95
95
timeout-minutes : 15
96
- runs-on : ubuntu-20.04
96
+ runs-on : ubuntu-latest
97
97
steps :
98
98
- name : Checkout repository
99
99
uses : actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110
110
check-lock-file-version :
111
111
name : NPM Lock File Version
112
112
timeout-minutes : 5
113
- runs-on : ubuntu-20.04
113
+ runs-on : ubuntu-latest
114
114
steps :
115
115
- uses : actions/checkout@v2
116
116
- name : Check NPM lock file version
@@ -180,7 +180,7 @@ jobs:
180
180
fail-fast : false
181
181
name : ${{ matrix.name }}
182
182
timeout-minutes : 15
183
- runs-on : ubuntu-20.04
183
+ runs-on : ubuntu-latest
184
184
services :
185
185
redis :
186
186
image : redis
@@ -245,7 +245,7 @@ jobs:
245
245
fail-fast : false
246
246
name : ${{ matrix.name }}
247
247
timeout-minutes : 15
248
- runs-on : ubuntu-20.04
248
+ runs-on : ubuntu-latest
249
249
services :
250
250
redis :
251
251
image : redis
Original file line number Diff line number Diff line change 42
42
env :
43
43
REGISTRY : docker.io
44
44
IMAGE_NAME : parseplatform/parse-server
45
- runs-on : ubuntu-18.04
45
+ runs-on : ubuntu-latest
46
46
permissions :
47
47
contents : read
48
48
packages : write
86
86
docs :
87
87
needs : release
88
88
if : needs.release.outputs.current_tag != '' && github.ref == 'refs/heads/release'
89
- runs-on : ubuntu-18.04
89
+ runs-on : ubuntu-latest
90
90
timeout-minutes : 15
91
91
steps :
92
92
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 14
14
IMAGE_NAME : parseplatform/parse-server
15
15
jobs :
16
16
build :
17
- runs-on : ubuntu-18.04
17
+ runs-on : ubuntu-latest
18
18
permissions :
19
19
contents : read
20
20
packages : write
You can’t perform that action at this time.
0 commit comments