From cac6951be0af15d43b342cadfc5f0e2c0e8729ac Mon Sep 17 00:00:00 2001 From: Antonio Davi Macedo Coelho de Castro Date: Fri, 5 Mar 2021 02:32:34 -0800 Subject: [PATCH] Bump Node 15.11.0 for automated tests (#7243) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed714eda05..92ead63551 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: MONGODB_VERSION: 4.4.4 MONGODB_TOPOLOGY: standalone MONGODB_STORAGE_ENGINE: wiredTiger - NODE_VERSION: 15.10.0 + NODE_VERSION: 15.11.0 name: ${{ matrix.name }} timeout-minutes: 30 runs-on: ubuntu-18.04 diff --git a/README.md b/README.md index 46ced77bb7..0d34f1b25a 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to | Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible | | Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible | | Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible | -| Node.js 15 | 15.10.0 | June 2021 | ✅ Fully compatible | +| Node.js 15 | 15.11.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.