From b7ac072510a7a13eb79f64b75aaa36911279c7bf Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 30 Mar 2021 17:31:39 +0200 Subject: [PATCH] bumped node ci --- .github/workflows/ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef0da0040e..0195bb8e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: MONGODB_VERSION: 4.4.4 MONGODB_TOPOLOGY: standalone MONGODB_STORAGE_ENGINE: wiredTiger - NODE_VERSION: 12.21.0 + NODE_VERSION: 12.22.0 - name: Node 15 MONGODB_VERSION: 4.4.4 MONGODB_TOPOLOGY: standalone diff --git a/README.md b/README.md index 3f9ed6ffd2..4e88df4093 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ Parse Server is continuously tested with the most recent releases of Node.js to | Version | Latest Patch Version | End-of-Life Date | Compatibility | |------------|----------------------|------------------|--------------------| | Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible | -| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible | +| Node.js 12 | 12.22.0 | April 2022 | ✅ Fully compatible | | Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible | -| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible | +| Node.js 15 | 15.12.0 | June 2021 | ✅ Fully compatible | #### MongoDB 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.