Skip to content

Commit 653d257

Browse files
authored
docs: add Node 16 compatibility to README
1 parent 7621622 commit 653d257

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ Before you start make sure you have installed:
108108
#### Node.js
109109
Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
110110

111-
| Version | Latest Version | End-of-Life | Compatible |
112-
|------------|----------------|-------------|------------|
113-
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
114-
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
115-
| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes |
111+
| Version | Latest Version | End-of-Life | Compatible |
112+
|------------|----------------|-------------|---------------|
113+
| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes |
114+
| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes |
115+
| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes |
116+
| Node.js 16 | 16.x.x | April 2024 | ❌ Not tested |
116117

117118
#### MongoDB
118119
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

Comments
 (0)