5
5
pull_request :
6
6
branches : [ release, alpha, beta ]
7
7
env :
8
- NODE_VERSION : 18.1.0
8
+ NODE_VERSION : 18.12.1
9
9
PARSE_SERVER_TEST_TIMEOUT : 20000
10
10
jobs :
11
11
check-code-analysis :
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
@@ -124,36 +124,36 @@ jobs:
124
124
- name : MongoDB 4.2, ReplicaSet
125
125
MONGODB_VERSION : 4.2.19
126
126
MONGODB_TOPOLOGY : replicaset
127
- NODE_VERSION : 18.1.0
127
+ NODE_VERSION : 18.12.1
128
128
- name : MongoDB 4.4, ReplicaSet
129
129
MONGODB_VERSION : 4.4.13
130
130
MONGODB_TOPOLOGY : replicaset
131
- NODE_VERSION : 18.1.0
131
+ NODE_VERSION : 18.12.1
132
132
- name : MongoDB 5, ReplicaSet
133
133
MONGODB_VERSION : 5.3.2
134
134
MONGODB_TOPOLOGY : replicaset
135
- NODE_VERSION : 18.1.0
135
+ NODE_VERSION : 18.12.1
136
136
- name : MongoDB 6, ReplicaSet
137
137
MONGODB_VERSION : 6.0.2
138
138
MONGODB_TOPOLOGY : replicaset
139
- NODE_VERSION : 18.1.0
139
+ NODE_VERSION : 18.12.1
140
140
- name : Redis Cache
141
141
PARSE_SERVER_TEST_CACHE : redis
142
142
MONGODB_VERSION : 4.4.13
143
143
MONGODB_TOPOLOGY : standalone
144
- NODE_VERSION : 18.1.0
144
+ NODE_VERSION : 18.12.1
145
145
- name : Node 14
146
146
MONGODB_VERSION : 4.4.13
147
147
MONGODB_TOPOLOGY : standalone
148
- NODE_VERSION : 14.19 .1
148
+ NODE_VERSION : 14.21 .1
149
149
- name : Node 16
150
150
MONGODB_VERSION : 4.4.13
151
151
MONGODB_TOPOLOGY : standalone
152
- NODE_VERSION : 16.14.2
152
+ NODE_VERSION : 16.18.1
153
153
fail-fast : false
154
154
name : ${{ matrix.name }}
155
155
timeout-minutes : 15
156
- runs-on : ubuntu-20.04
156
+ runs-on : ubuntu-latest
157
157
services :
158
158
redis :
159
159
image : redis
@@ -193,32 +193,32 @@ jobs:
193
193
include :
194
194
- name : PostgreSQL 11, PostGIS 3.0
195
195
POSTGRES_IMAGE : postgis/postgis:11-3.0
196
- NODE_VERSION : 18.1.0
196
+ NODE_VERSION : 18.12.1
197
197
- name : PostgreSQL 11, PostGIS 3.1
198
198
POSTGRES_IMAGE : postgis/postgis:11-3.1
199
- NODE_VERSION : 18.1.0
199
+ NODE_VERSION : 18.12.1
200
200
- name : PostgreSQL 11, PostGIS 3.2
201
201
POSTGRES_IMAGE : postgis/postgis:11-3.2
202
- NODE_VERSION : 18.1.0
202
+ NODE_VERSION : 18.12.1
203
203
- name : PostgreSQL 11, PostGIS 3.3
204
204
POSTGRES_IMAGE : postgis/postgis:11-3.3
205
- NODE_VERSION : 18.1.0
205
+ NODE_VERSION : 18.12.1
206
206
- name : PostgreSQL 12, PostGIS 3.3
207
207
POSTGRES_IMAGE : postgis/postgis:12-3.3
208
- NODE_VERSION : 18.1.0
208
+ NODE_VERSION : 18.12.1
209
209
- name : PostgreSQL 13, PostGIS 3.3
210
210
POSTGRES_IMAGE : postgis/postgis:13-3.3
211
- NODE_VERSION : 18.1.0
211
+ NODE_VERSION : 18.12.1
212
212
- name : PostgreSQL 14, PostGIS 3.3
213
213
POSTGRES_IMAGE : postgis/postgis:14-3.3
214
- NODE_VERSION : 18.1.0
214
+ NODE_VERSION : 18.12.1
215
215
- name : PostgreSQL 15, PostGIS 3.3
216
216
POSTGRES_IMAGE : postgis/postgis:15-3.3
217
- NODE_VERSION : 18.1.0
217
+ NODE_VERSION : 18.12.1
218
218
fail-fast : false
219
219
name : ${{ matrix.name }}
220
220
timeout-minutes : 15
221
- runs-on : ubuntu-20.04
221
+ runs-on : ubuntu-latest
222
222
services :
223
223
redis :
224
224
image : redis
0 commit comments