|
17 | 17 | <a href="https://www.npmjs.com/package/parse-server"><img alt="npm version" src="https://img.shields.io/npm/v/parse-server.svg?style=flat"></a>
|
18 | 18 | <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a>
|
19 | 19 | <a href="https://snyk.io/test/github/parse-community/parse-server"><img alt="Snyk badge" src="https://snyk.io/test/github/parse-community/parse-server/badge.svg"></a>
|
20 |
| - <a href="https://nodejs.org/"><img alt="Node.js 10,12,14,15" src="https://img.shields.io/badge/nodejs-10,_12,_14,_15-green.svg?logo=node.js&style=flat"></a> |
| 20 | + <a href="https://nodejs.org/"><img alt="Node.js 12,14,15" src="https://img.shields.io/badge/nodejs-12,_14,_15-green.svg?logo=node.js&style=flat"></a> |
21 | 21 | <a href="https://www.mongodb.com/"><img alt="MongoDB 3.6,4.0,4.2,4.4" src="https://img.shields.io/badge/mongodb-3.6,_4.0,_4.2,_4.4-green.svg?logo=mongodb&style=flat"></a>
|
22 | 22 | <a href="https://www.postgresql.org"> <img alt="PostgreSQL 10,11,12,13" src="https://img.shields.io/badge/postgresql-10,_11,_12,_13-green.svg?logo=postgresql&style=flat"></a>
|
23 | 23 | </p>
|
@@ -113,10 +113,9 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
113 | 113 |
|
114 | 114 | | Version | Latest Patch Version | End-of-Life Date | Compatibility |
|
115 | 115 | |------------|----------------------|------------------|--------------------|
|
116 |
| -| Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible | |
117 |
| -| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible | |
| 116 | +| Node.js 12 | 12.22.0 | April 2022 | ✅ Fully compatible | |
118 | 117 | | Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
|
119 |
| -| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible | |
| 118 | +| Node.js 15 | 15.13.0 | June 2021 | ✅ Fully compatible | |
120 | 119 |
|
121 | 120 | #### MongoDB
|
122 | 121 | 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