File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 28
28
NODE_VERSION : 16.18.1
29
29
- name : Node 18
30
30
NODE_VERSION : 18.12.1
31
+ - name : Node 19
32
+ NODE_VERSION : 19.3.0
31
33
fail-fast : false
32
34
steps :
33
35
- name : Fix usage of insecure GitHub protocol
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ Parse JS SDK is continuously tested with the most recent releases of Node.js to
99
99
| Version | Latest Version | End-of-Life | Compatible |
100
100
| ------------| ----------------| -------------| ------------|
101
101
| Node.js 14 | 14.19.1 | April 2023 | ✅ Yes |
102
+ | Node.js 16 | 16.19.0 | September 2023 | ✅ Yes |
103
+ | Node.js 18 | 18.12.1 | April 2025 | ✅ Yes |
104
+ | Node.js 19 | 19.3.0 | June 2023 | ✅ Yes |
102
105
103
106
104
107
## Upgrading to Parse SDK 2.0.0
You can’t perform that action at this time.
0 commit comments