You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,9 +29,10 @@ A library that gives you access to the powerful Parse Server backend from your J
29
29
30
30
-[Getting Started](#getting-started)
31
31
-[Using Parse on Different Platforms](#using-parse-on-different-platforms)
32
+
-[Compatibility](#compatibility)
33
+
-[Node.js](#nodejs)
32
34
-[Upgrading to Parse SDK 2.0.0](#upgrading-to-parse-sdk-200)
33
35
-[3rd Party Authentications](#3rd-party-authentications)
34
-
-[Want to ride the bleeding edge?](#want-to-ride-the-bleeding-edge)
35
36
-[Experimenting](#experimenting)
36
37
-[Contributing](#contributing)
37
38
@@ -89,6 +90,17 @@ $ npm install @types/parse
89
90
90
91
Types are updated manually after every release. If a definition doesn't exist, please submit a pull request to [@types/parse][types-parse]
91
92
93
+
## Compatibility
94
+
95
+
### Node.js
96
+
97
+
Parse JS SDK 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.
98
+
99
+
| Version | Latest Version | End-of-Life | Compatible |
0 commit comments