Skip to content

Commit 9af9115

Browse files
authored
ci: Bump CI environments (#8312)
1 parent c8227cd commit 9af9115

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
branches: [ release, alpha, beta ]
77
env:
8-
NODE_VERSION: 18.1.0
8+
NODE_VERSION: 18.12.1
99
PARSE_SERVER_TEST_TIMEOUT: 20000
1010
jobs:
1111
check-code-analysis:
@@ -32,7 +32,7 @@ jobs:
3232
check-ci:
3333
name: Node Engine Check
3434
timeout-minutes: 15
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Use Node.js ${{ matrix.NODE_VERSION }}
@@ -53,7 +53,7 @@ jobs:
5353
check-lint:
5454
name: Lint
5555
timeout-minutes: 15
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/checkout@v2
5959
- name: Use Node.js ${{ matrix.NODE_VERSION }}
@@ -73,7 +73,7 @@ jobs:
7373
check-circular:
7474
name: Circular Dependencies
7575
timeout-minutes: 5
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-latest
7777
steps:
7878
- uses: actions/checkout@v2
7979
- name: Use Node.js ${{ matrix.NODE_VERSION }}
@@ -93,7 +93,7 @@ jobs:
9393
check-docker:
9494
name: Docker Build
9595
timeout-minutes: 15
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-latest
9797
steps:
9898
- name: Checkout repository
9999
uses: actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110110
check-lock-file-version:
111111
name: NPM Lock File Version
112112
timeout-minutes: 5
113-
runs-on: ubuntu-20.04
113+
runs-on: ubuntu-latest
114114
steps:
115115
- uses: actions/checkout@v2
116116
- name: Check NPM lock file version
@@ -124,36 +124,36 @@ jobs:
124124
- name: MongoDB 4.2, ReplicaSet
125125
MONGODB_VERSION: 4.2.19
126126
MONGODB_TOPOLOGY: replicaset
127-
NODE_VERSION: 18.1.0
127+
NODE_VERSION: 18.12.1
128128
- name: MongoDB 4.4, ReplicaSet
129129
MONGODB_VERSION: 4.4.13
130130
MONGODB_TOPOLOGY: replicaset
131-
NODE_VERSION: 18.1.0
131+
NODE_VERSION: 18.12.1
132132
- name: MongoDB 5, ReplicaSet
133133
MONGODB_VERSION: 5.3.2
134134
MONGODB_TOPOLOGY: replicaset
135-
NODE_VERSION: 18.1.0
135+
NODE_VERSION: 18.12.1
136136
- name: MongoDB 6, ReplicaSet
137137
MONGODB_VERSION: 6.0.2
138138
MONGODB_TOPOLOGY: replicaset
139-
NODE_VERSION: 18.1.0
139+
NODE_VERSION: 18.12.1
140140
- name: Redis Cache
141141
PARSE_SERVER_TEST_CACHE: redis
142142
MONGODB_VERSION: 4.4.13
143143
MONGODB_TOPOLOGY: standalone
144-
NODE_VERSION: 18.1.0
144+
NODE_VERSION: 18.12.1
145145
- name: Node 14
146146
MONGODB_VERSION: 4.4.13
147147
MONGODB_TOPOLOGY: standalone
148-
NODE_VERSION: 14.19.1
148+
NODE_VERSION: 14.21.1
149149
- name: Node 16
150150
MONGODB_VERSION: 4.4.13
151151
MONGODB_TOPOLOGY: standalone
152-
NODE_VERSION: 16.14.2
152+
NODE_VERSION: 16.18.1
153153
fail-fast: false
154154
name: ${{ matrix.name }}
155155
timeout-minutes: 15
156-
runs-on: ubuntu-20.04
156+
runs-on: ubuntu-latest
157157
services:
158158
redis:
159159
image: redis
@@ -193,32 +193,32 @@ jobs:
193193
include:
194194
- name: PostgreSQL 11, PostGIS 3.0
195195
POSTGRES_IMAGE: postgis/postgis:11-3.0
196-
NODE_VERSION: 18.1.0
196+
NODE_VERSION: 18.12.1
197197
- name: PostgreSQL 11, PostGIS 3.1
198198
POSTGRES_IMAGE: postgis/postgis:11-3.1
199-
NODE_VERSION: 18.1.0
199+
NODE_VERSION: 18.12.1
200200
- name: PostgreSQL 11, PostGIS 3.2
201201
POSTGRES_IMAGE: postgis/postgis:11-3.2
202-
NODE_VERSION: 18.1.0
202+
NODE_VERSION: 18.12.1
203203
- name: PostgreSQL 11, PostGIS 3.3
204204
POSTGRES_IMAGE: postgis/postgis:11-3.3
205-
NODE_VERSION: 18.1.0
205+
NODE_VERSION: 18.12.1
206206
- name: PostgreSQL 12, PostGIS 3.3
207207
POSTGRES_IMAGE: postgis/postgis:12-3.3
208-
NODE_VERSION: 18.1.0
208+
NODE_VERSION: 18.12.1
209209
- name: PostgreSQL 13, PostGIS 3.3
210210
POSTGRES_IMAGE: postgis/postgis:13-3.3
211-
NODE_VERSION: 18.1.0
211+
NODE_VERSION: 18.12.1
212212
- name: PostgreSQL 14, PostGIS 3.3
213213
POSTGRES_IMAGE: postgis/postgis:14-3.3
214-
NODE_VERSION: 18.1.0
214+
NODE_VERSION: 18.12.1
215215
- name: PostgreSQL 15, PostGIS 3.3
216216
POSTGRES_IMAGE: postgis/postgis:15-3.3
217-
NODE_VERSION: 18.1.0
217+
NODE_VERSION: 18.12.1
218218
fail-fast: false
219219
name: ${{ matrix.name }}
220220
timeout-minutes: 15
221-
runs-on: ubuntu-20.04
221+
runs-on: ubuntu-latest
222222
services:
223223
redis:
224224
image: redis

0 commit comments

Comments
 (0)