Skip to content

Commit bf5015b

Browse files
committed
add Node 18 environment
1 parent 365854b commit bf5015b

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,11 @@ jobs:
157157
MONGODB_TOPOLOGY: standalone
158158
MONGODB_STORAGE_ENGINE: wiredTiger
159159
NODE_VERSION: 17.9.0
160+
- name: Node 18
161+
MONGODB_VERSION: 4.4.13
162+
MONGODB_TOPOLOGY: standalone
163+
MONGODB_STORAGE_ENGINE: wiredTiger
164+
NODE_VERSION: 18.1.0
160165
fail-fast: false
161166
name: ${{ matrix.name }}
162167
timeout-minutes: 15

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Coverage](https://img.shields.io/codecov/c/github/parse-community/parse-server/alpha.svg)](https://codecov.io/github/parse-community/parse-server?branch=alpha)
88
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
99

10-
[![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16,_17-green.svg?logo=node.js&style=flat)](https://nodejs.org)
10+
[![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16,_17,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org)
1111
[![MongoDB Version](https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4,_5.0,_5.1,_5.2-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
1212
[![Postgres Version](https://img.shields.io/badge/postgresql-11,_12,_13,_14-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
1313

@@ -112,13 +112,13 @@ Before you start make sure you have installed:
112112
#### Node.js
113113
Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
114114

115-
| Version | Latest Version | End-of-Life | Compatible |
116-
|------------|----------------|-------------|--------------|
117-
| Node.js 12 | 12.22.11 | April 2022 | ✅ Yes |
118-
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
119-
| Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
120-
| Node.js 17 | 17.9.0 | June 2022 | ✅ Yes |
121-
| Node.js 18 | 18.x | April 2025 | ❌ Not tested |
115+
| Version | Latest Version | End-of-Life | Compatible |
116+
|------------|----------------|-------------|------------|
117+
| Node.js 12 | 12.22.11 | April 2022 | ✅ Yes |
118+
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
119+
| Node.js 16 | 16.14.2 | April 2024 | ✅ Yes |
120+
| Node.js 17 | 17.9.0 | June 2022 | ✅ Yes |
121+
| Node.js 18 | 18.1.0 | April 2025 | ✅ Yes |
122122

123123
#### MongoDB
124124
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)