Skip to content

Commit 48a7b98

Browse files
committed
bump Node.js 16.13.0 to 16.14.2
1 parent 634f103 commit 48a7b98

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- '**'
88
env:
9-
NODE_VERSION: 16.13.0
9+
NODE_VERSION: 16.14.2
1010
PARSE_SERVER_TEST_TIMEOUT: 20000
1111
jobs:
1212
check-ci:
@@ -115,33 +115,33 @@ jobs:
115115
MONGODB_VERSION: 5.0.6
116116
MONGODB_TOPOLOGY: replicaset
117117
MONGODB_STORAGE_ENGINE: wiredTiger
118-
NODE_VERSION: 16.13.0
118+
NODE_VERSION: 16.14.2
119119
- name: MongoDB 4.4, ReplicaSet, WiredTiger
120120
MONGODB_VERSION: 4.4.13
121121
MONGODB_TOPOLOGY: replicaset
122122
MONGODB_STORAGE_ENGINE: wiredTiger
123-
NODE_VERSION: 16.13.0
123+
NODE_VERSION: 16.14.2
124124
- name: MongoDB 4.2, ReplicaSet, WiredTiger
125125
MONGODB_VERSION: 4.2.19
126126
MONGODB_TOPOLOGY: replicaset
127127
MONGODB_STORAGE_ENGINE: wiredTiger
128-
NODE_VERSION: 16.13.0
128+
NODE_VERSION: 16.14.2
129129
- name: MongoDB 4.0, ReplicaSet, WiredTiger
130130
MONGODB_VERSION: 4.0.28
131131
MONGODB_TOPOLOGY: replicaset
132132
MONGODB_STORAGE_ENGINE: wiredTiger
133-
NODE_VERSION: 16.13.0
133+
NODE_VERSION: 16.14.2
134134
- name: MongoDB 4.0, Standalone, MMAPv1
135135
MONGODB_VERSION: 4.0.28
136136
MONGODB_TOPOLOGY: standalone
137137
MONGODB_STORAGE_ENGINE: mmapv1
138-
NODE_VERSION: 16.13.0
138+
NODE_VERSION: 16.14.2
139139
- name: Redis Cache
140140
PARSE_SERVER_TEST_CACHE: redis
141141
MONGODB_VERSION: 4.4.13
142142
MONGODB_TOPOLOGY: standalone
143143
MONGODB_STORAGE_ENGINE: wiredTiger
144-
NODE_VERSION: 16.13.0
144+
NODE_VERSION: 16.14.2
145145
- name: Node 12
146146
MONGODB_VERSION: 4.4.13
147147
MONGODB_TOPOLOGY: standalone
@@ -193,22 +193,22 @@ jobs:
193193
include:
194194
- name: PostgreSQL 11, PostGIS 3.0
195195
POSTGRES_IMAGE: postgis/postgis:11-3.0
196-
NODE_VERSION: 16.13.0
196+
NODE_VERSION: 16.14.2
197197
- name: PostgreSQL 11, PostGIS 3.1
198198
POSTGRES_IMAGE: postgis/postgis:11-3.1
199-
NODE_VERSION: 16.13.0
199+
NODE_VERSION: 16.14.2
200200
- name: PostgreSQL 11, PostGIS 3.2
201201
POSTGRES_IMAGE: postgis/postgis:11-3.2
202-
NODE_VERSION: 16.13.0
202+
NODE_VERSION: 16.14.2
203203
- name: PostgreSQL 12, PostGIS 3.2
204204
POSTGRES_IMAGE: postgis/postgis:12-3.2
205-
NODE_VERSION: 16.13.0
205+
NODE_VERSION: 16.14.2
206206
- name: PostgreSQL 13, PostGIS 3.2
207207
POSTGRES_IMAGE: postgis/postgis:13-3.2
208-
NODE_VERSION: 16.13.0
208+
NODE_VERSION: 16.14.2
209209
- name: PostgreSQL 14, PostGIS 3.2
210210
POSTGRES_IMAGE: postgis/postgis:14-3.2
211-
NODE_VERSION: 16.13.0
211+
NODE_VERSION: 16.14.2
212212
fail-fast: false
213213
name: ${{ matrix.name }}
214214
timeout-minutes: 15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
116116
|------------|----------------|-------------|--------------|
117117
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
118118
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
119-
| Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
119+
| Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
120120
| Node.js 17 | 17.x | June 2022 | ❌ Not tested |
121121

122122
#### MongoDB

0 commit comments

Comments
 (0)