Skip to content

Commit 633964d

Browse files
authored
feat: Increase required minimum Node version to 20.19.0 (#9970)
BREAKING CHANGE: This releases increases the required minimum Node version to `20.19.0`.
1 parent aa98357 commit 633964d

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,7 @@ jobs:
173173
- name: Node 20
174174
MONGODB_VERSION: 8.0.4
175175
MONGODB_TOPOLOGY: standalone
176-
NODE_VERSION: 20.18.0
177-
- name: Node 18
178-
MONGODB_VERSION: 8.0.4
179-
MONGODB_TOPOLOGY: standalone
180-
NODE_VERSION: 18.20.4
176+
NODE_VERSION: 20.19.0
181177
- name: Node 22
182178
MONGODB_VERSION: 8.0.4
183179
MONGODB_TOPOLOGY: standalone

README.md

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

11-
[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org)
11+
[![Node Version](https://img.shields.io/badge/nodejs-20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org)
1212
[![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
1313
[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
1414

@@ -128,7 +128,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
128128
| Version | Minimum Version | End-of-Life | Parse Server Support |
129129
|------------|-----------------|-------------|----------------------|
130130
| Node.js 18 | 18.20.4 | April 2025 | <= 8.x (2025) |
131-
| Node.js 20 | 20.18.0 | April 2026 | <= 9.x (2026) |
131+
| Node.js 20 | 20.19.0 | April 2026 | <= 9.x (2026) |
132132
| Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) |
133133
| Node.js 24 | 24.11.0 | April 2028 | <= 11.x (2028) |
134134

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
},
143143
"types": "types/index.d.ts",
144144
"engines": {
145-
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
145+
"node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0"
146146
},
147147
"bin": {
148148
"parse-server": "bin/parse-server"

0 commit comments

Comments
 (0)