From b2497344b6b80014188762cc782ff405870d1d7a Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 12 Dec 2025 01:35:45 +0100 Subject: [PATCH 1/2] fix --- .github/workflows/ci.yml | 4 ---- README.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2be99ec13..7ae3eca8d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,10 +174,6 @@ jobs: MONGODB_VERSION: 8.0.4 MONGODB_TOPOLOGY: standalone NODE_VERSION: 20.18.0 - - name: Node 18 - MONGODB_VERSION: 8.0.4 - MONGODB_TOPOLOGY: standalone - NODE_VERSION: 18.20.4 - name: Node 22 MONGODB_VERSION: 8.0.4 MONGODB_TOPOLOGY: standalone diff --git a/README.md b/README.md index ad51487019..bd2434771a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![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) [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases) -[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org) +[![Node Version](https://img.shields.io/badge/nodejs-20,_22,_24-green.svg?logo=node.js&style=flat)](https://nodejs.org) [![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com) [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17,_18-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) diff --git a/package.json b/package.json index 5d47aca20d..4e18b6cb6b 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ }, "types": "types/index.d.ts", "engines": { - "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" + "node": ">=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0" }, "bin": { "parse-server": "bin/parse-server" From d4d871e2788f46578ff33d62ef1b019e088581ea Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 12 Dec 2025 16:19:37 +0100 Subject: [PATCH 2/2] node 20.19.0 --- .github/workflows/ci.yml | 2 +- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae3eca8d0..b478387848 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: - name: Node 20 MONGODB_VERSION: 8.0.4 MONGODB_TOPOLOGY: standalone - NODE_VERSION: 20.18.0 + NODE_VERSION: 20.19.0 - name: Node 22 MONGODB_VERSION: 8.0.4 MONGODB_TOPOLOGY: standalone diff --git a/README.md b/README.md index bd2434771a..a561c62cb0 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to | Version | Minimum Version | End-of-Life | Parse Server Support | |------------|-----------------|-------------|----------------------| | Node.js 18 | 18.20.4 | April 2025 | <= 8.x (2025) | -| Node.js 20 | 20.18.0 | April 2026 | <= 9.x (2026) | +| Node.js 20 | 20.19.0 | April 2026 | <= 9.x (2026) | | Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) | | Node.js 24 | 24.11.0 | April 2028 | <= 11.x (2028) | diff --git a/package-lock.json b/package-lock.json index 1d8eb8f06c..0628735f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "yaml": "2.8.0" }, "engines": { - "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" + "node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 4e18b6cb6b..5863545102 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ }, "types": "types/index.d.ts", "engines": { - "node": ">=20.18.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0" + "node": ">=20.19.0 <21.0.0 || >=22.12.0 <23.0.0 || >=24.11.0 <25.0.0" }, "bin": { "parse-server": "bin/parse-server"