feat: add support for Node 16 (#7707)

BREAKING CHANGE: Removes official Node 15 support which has reached it end-of-life date.
This commit is contained in:
Marvin ROGER
2021-11-18 23:37:47 +01:00
committed by GitHub
parent ae99b92809
commit 45cc58c7e5
6 changed files with 179 additions and 254 deletions

View File

@@ -116,8 +116,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|------------|----------------|-------------|---------------|
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes |
| Node.js 16 | 16.x.x | April 2024 | ❌ Not tested |
| Node.js 16 | 16.13.0 | April 2024 | ✅ Yes |
#### MongoDB
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.