feat: Add support for Node 24 (#9901)
This commit is contained in:
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
@@ -8,7 +8,7 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/**.md'
|
- '**/**.md'
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
PARSE_SERVER_TEST_TIMEOUT: 20000
|
PARSE_SERVER_TEST_TIMEOUT: 20000
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
@@ -156,20 +156,20 @@ jobs:
|
|||||||
- name: MongoDB 6, ReplicaSet
|
- name: MongoDB 6, ReplicaSet
|
||||||
MONGODB_VERSION: 6.0.19
|
MONGODB_VERSION: 6.0.19
|
||||||
MONGODB_TOPOLOGY: replset
|
MONGODB_TOPOLOGY: replset
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: MongoDB 7, ReplicaSet
|
- name: MongoDB 7, ReplicaSet
|
||||||
MONGODB_VERSION: 7.0.16
|
MONGODB_VERSION: 7.0.16
|
||||||
MONGODB_TOPOLOGY: replset
|
MONGODB_TOPOLOGY: replset
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: MongoDB 8, ReplicaSet
|
- name: MongoDB 8, ReplicaSet
|
||||||
MONGODB_VERSION: 8.0.4
|
MONGODB_VERSION: 8.0.4
|
||||||
MONGODB_TOPOLOGY: replset
|
MONGODB_TOPOLOGY: replset
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: Redis Cache
|
- name: Redis Cache
|
||||||
PARSE_SERVER_TEST_CACHE: redis
|
PARSE_SERVER_TEST_CACHE: redis
|
||||||
MONGODB_VERSION: 8.0.4
|
MONGODB_VERSION: 8.0.4
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: Node 20
|
- name: Node 20
|
||||||
MONGODB_VERSION: 8.0.4
|
MONGODB_VERSION: 8.0.4
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
@@ -178,6 +178,10 @@ jobs:
|
|||||||
MONGODB_VERSION: 8.0.4
|
MONGODB_VERSION: 8.0.4
|
||||||
MONGODB_TOPOLOGY: standalone
|
MONGODB_TOPOLOGY: standalone
|
||||||
NODE_VERSION: 18.20.4
|
NODE_VERSION: 18.20.4
|
||||||
|
- name: Node 22
|
||||||
|
MONGODB_VERSION: 8.0.4
|
||||||
|
MONGODB_TOPOLOGY: standalone
|
||||||
|
NODE_VERSION: 22.12.0
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
@@ -225,22 +229,22 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: PostgreSQL 15, PostGIS 3.3
|
- name: PostgreSQL 15, PostGIS 3.3
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.3
|
POSTGRES_IMAGE: postgis/postgis:15-3.3
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: PostgreSQL 15, PostGIS 3.4
|
- name: PostgreSQL 15, PostGIS 3.4
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.4
|
POSTGRES_IMAGE: postgis/postgis:15-3.4
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: PostgreSQL 15, PostGIS 3.5
|
- name: PostgreSQL 15, PostGIS 3.5
|
||||||
POSTGRES_IMAGE: postgis/postgis:15-3.5
|
POSTGRES_IMAGE: postgis/postgis:15-3.5
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: PostgreSQL 16, PostGIS 3.5
|
- name: PostgreSQL 16, PostGIS 3.5
|
||||||
POSTGRES_IMAGE: postgis/postgis:16-3.5
|
POSTGRES_IMAGE: postgis/postgis:16-3.5
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: PostgreSQL 17, PostGIS 3.5
|
- name: PostgreSQL 17, PostGIS 3.5
|
||||||
POSTGRES_IMAGE: postgis/postgis:17-3.5
|
POSTGRES_IMAGE: postgis/postgis:17-3.5
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
- name: PostgreSQL 18, PostGIS 3.6
|
- name: PostgreSQL 18, PostGIS 3.6
|
||||||
POSTGRES_IMAGE: postgis/postgis:18-3.6
|
POSTGRES_IMAGE: postgis/postgis:18-3.6
|
||||||
NODE_VERSION: 22.12.0
|
NODE_VERSION: 24.11.0
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
[](https://app.codecov.io/github/parse-community/parse-server/tree/alpha)
|
[](https://app.codecov.io/github/parse-community/parse-server/tree/alpha)
|
||||||
[](https://github.com/parse-community/parse-dashboard/releases)
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
||||||
|
|
||||||
[](https://nodejs.org)
|
[](https://nodejs.org)
|
||||||
[](https://www.mongodb.com)
|
[](https://www.mongodb.com)
|
||||||
[](https://www.postgresql.org)
|
[](https://www.postgresql.org)
|
||||||
|
|
||||||
@@ -130,6 +130,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
|||||||
| Node.js 18 | 18.20.4 | April 2025 | <= 8.x (2025) |
|
| 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.18.0 | April 2026 | <= 9.x (2026) |
|
||||||
| Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) |
|
| Node.js 22 | 22.12.0 | April 2027 | <= 10.x (2027) |
|
||||||
|
| Node.js 24 | 24.11.0 | April 2028 | <= 11.x (2028) |
|
||||||
|
|
||||||
#### MongoDB
|
#### MongoDB
|
||||||
|
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -107,7 +107,7 @@
|
|||||||
"yaml": "2.8.0"
|
"yaml": "2.8.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
|
"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"
|
||||||
},
|
},
|
||||||
"funding": {
|
"funding": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|||||||
@@ -142,7 +142,7 @@
|
|||||||
},
|
},
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.20.4 <19.0.0 || >=20.18.0 <21.0.0 || >=22.12.0 <23.0.0"
|
"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"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"parse-server": "bin/parse-server"
|
"parse-server": "bin/parse-server"
|
||||||
|
|||||||
Reference in New Issue
Block a user