File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -60,43 +60,43 @@ jobs:
60
60
MONGODB_VERSION : 4.4.4
61
61
MONGODB_TOPOLOGY : replicaset
62
62
MONGODB_STORAGE_ENGINE : wiredTiger
63
- NODE_VERSION : 14.15.5
63
+ NODE_VERSION : 14.16.0
64
64
- name : Mongo 4.2, ReplicaSet, WiredTiger
65
65
MONGODB_VERSION : 4.2.12
66
66
MONGODB_TOPOLOGY : replicaset
67
67
MONGODB_STORAGE_ENGINE : wiredTiger
68
- NODE_VERSION : 14.15.5
68
+ NODE_VERSION : 14.16.0
69
69
- name : Mongo 4.0, ReplicaSet, WiredTiger
70
70
MONGODB_VERSION : 4.0.23
71
71
MONGODB_TOPOLOGY : replicaset
72
72
MONGODB_STORAGE_ENGINE : wiredTiger
73
- NODE_VERSION : 14.15.5
73
+ NODE_VERSION : 14.16.0
74
74
- name : Mongo 3.6, Standalone, MMAPv1
75
75
MONGODB_VERSION : 3.6.22
76
76
MONGODB_TOPOLOGY : standalone
77
77
MONGODB_STORAGE_ENGINE : mmapv1
78
- NODE_VERSION : 14.15.5
78
+ NODE_VERSION : 14.16.0
79
79
- name : Redis Cache
80
80
PARSE_SERVER_TEST_CACHE : redis
81
81
MONGODB_VERSION : 4.4.4
82
82
MONGODB_TOPOLOGY : standalone
83
83
MONGODB_STORAGE_ENGINE : wiredTiger
84
- NODE_VERSION : 14.15.5
84
+ NODE_VERSION : 14.16.0
85
85
- name : Node 10
86
86
MONGODB_VERSION : 4.4.4
87
87
MONGODB_TOPOLOGY : standalone
88
88
MONGODB_STORAGE_ENGINE : wiredTiger
89
- NODE_VERSION : 10.23.3
89
+ NODE_VERSION : 10.24.0
90
90
- name : Node 12
91
91
MONGODB_VERSION : 4.4.4
92
92
MONGODB_TOPOLOGY : standalone
93
93
MONGODB_STORAGE_ENGINE : wiredTiger
94
- NODE_VERSION : 12.20.2
94
+ NODE_VERSION : 12.21.0
95
95
- name : Node 15
96
96
MONGODB_VERSION : 4.4.4
97
97
MONGODB_TOPOLOGY : standalone
98
98
MONGODB_STORAGE_ENGINE : wiredTiger
99
- NODE_VERSION : 15.9 .0
99
+ NODE_VERSION : 15.10 .0
100
100
name : ${{ matrix.name }}
101
101
timeout-minutes : 30
102
102
runs-on : ubuntu-18.04
Original file line number Diff line number Diff line change @@ -106,10 +106,10 @@ Parse Server is continuously tested with the most recent releases of Node.js to
106
106
107
107
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
108
108
| ------------| ----------------------| ------------------| --------------------|
109
- | Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
110
- | Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
111
- | Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
112
- | Node.js 15 | 15.9 .0 | June 2021 | ✅ Fully compatible |
109
+ | Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible |
110
+ | Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible |
111
+ | Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
112
+ | Node.js 15 | 15.10 .0 | June 2021 | ✅ Fully compatible |
113
113
114
114
#### MongoDB
115
115
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.
You can’t perform that action at this time.
0 commit comments