Skip to content

Commit bb4b15e

Browse files
committed
feat: use latest Node 16 LTS version
1 parent d9d7675 commit bb4b15e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- '**'
88
env:
9-
NODE_VERSION: 16.10.0
9+
NODE_VERSION: 16.13.0
1010
PARSE_SERVER_TEST_TIMEOUT: 20000
1111
jobs:
1212
check-ci:
@@ -105,33 +105,33 @@ jobs:
105105
MONGODB_VERSION: 5.0.3
106106
MONGODB_TOPOLOGY: replicaset
107107
MONGODB_STORAGE_ENGINE: wiredTiger
108-
NODE_VERSION: 16.10.0
108+
NODE_VERSION: 16.13.0
109109
- name: MongoDB 4.4, ReplicaSet, WiredTiger
110110
MONGODB_VERSION: 4.4.10
111111
MONGODB_TOPOLOGY: replicaset
112112
MONGODB_STORAGE_ENGINE: wiredTiger
113-
NODE_VERSION: 16.10.0
113+
NODE_VERSION: 16.13.0
114114
- name: MongoDB 4.2, ReplicaSet, WiredTiger
115115
MONGODB_VERSION: 4.2.17
116116
MONGODB_TOPOLOGY: replicaset
117117
MONGODB_STORAGE_ENGINE: wiredTiger
118-
NODE_VERSION: 16.10.0
118+
NODE_VERSION: 16.13.0
119119
- name: MongoDB 4.0, ReplicaSet, WiredTiger
120120
MONGODB_VERSION: 4.0.27
121121
MONGODB_TOPOLOGY: replicaset
122122
MONGODB_STORAGE_ENGINE: wiredTiger
123-
NODE_VERSION: 16.10.0
123+
NODE_VERSION: 16.13.0
124124
- name: MongoDB 4.0, Standalone, MMAPv1
125125
MONGODB_VERSION: 4.0.27
126126
MONGODB_TOPOLOGY: standalone
127127
MONGODB_STORAGE_ENGINE: mmapv1
128-
NODE_VERSION: 16.10.0
128+
NODE_VERSION: 16.13.0
129129
- name: Redis Cache
130130
PARSE_SERVER_TEST_CACHE: redis
131131
MONGODB_VERSION: 4.4.10
132132
MONGODB_TOPOLOGY: standalone
133133
MONGODB_STORAGE_ENGINE: wiredTiger
134-
NODE_VERSION: 16.10.0
134+
NODE_VERSION: 16.13.0
135135
- name: Node 12
136136
MONGODB_VERSION: 4.4.10
137137
MONGODB_TOPOLOGY: standalone
@@ -183,16 +183,16 @@ jobs:
183183
include:
184184
- name: PostgreSQL 11, PostGIS 3.0
185185
POSTGRES_IMAGE: postgis/postgis:11-3.0
186-
NODE_VERSION: 16.10.0
186+
NODE_VERSION: 16.13.0
187187
- name: PostgreSQL 11, PostGIS 3.1
188188
POSTGRES_IMAGE: postgis/postgis:11-3.1
189-
NODE_VERSION: 16.10.0
189+
NODE_VERSION: 16.13.0
190190
- name: PostgreSQL 12, PostGIS 3.1
191191
POSTGRES_IMAGE: postgis/postgis:12-3.1
192-
NODE_VERSION: 16.10.0
192+
NODE_VERSION: 16.13.0
193193
- name: PostgreSQL 13, PostGIS 3.1
194194
POSTGRES_IMAGE: postgis/postgis:13-3.1
195-
NODE_VERSION: 16.10.0
195+
NODE_VERSION: 16.13.0
196196
fail-fast: false
197197
name: ${{ matrix.name }}
198198
timeout-minutes: 15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
117117
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
118118
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
119119
| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes |
120-
| Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
120+
| Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
121121

122122
#### MongoDB
123123
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.

0 commit comments

Comments
 (0)