Skip to content

Commit ba32dae

Browse files
authored
bumped node ci (#7306)
1 parent 2093d61 commit ba32dae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
MONGODB_VERSION: 4.4.4
9292
MONGODB_TOPOLOGY: standalone
9393
MONGODB_STORAGE_ENGINE: wiredTiger
94-
NODE_VERSION: 12.21.0
94+
NODE_VERSION: 12.22.0
9595
- name: Node 15
9696
MONGODB_VERSION: 4.4.4
9797
MONGODB_TOPOLOGY: standalone

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ Parse Server is continuously tested with the most recent releases of Node.js to
113113
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
114114
|------------|----------------------|------------------|--------------------|
115115
| Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible |
116-
| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible |
116+
| Node.js 12 | 12.22.0 | April 2022 | ✅ Fully compatible |
117117
| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
118-
| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible |
118+
| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible |
119119

120120
#### MongoDB
121121
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)