From 5c90f2de1b98a2099453c8f8c0d6817330f7133d Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:37:19 +0100 Subject: [PATCH] feat: Add Node 20 support; remove Node 14, 16 support (#2535) BREAKING CHANGE: Removes support for Node 14 and 16 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bbe290e4d..b61bb8f32b 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,8 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js | Version | Latest Version | End-of-Life | Compatible | |------------|----------------|-------------|------------| -| Node.js 14 | 14.20.1 | April 2023 | ✅ Yes | -| Node.js 16 | 16.17.0 | April 2024 | ✅ Yes | -| Node.js 18 | 18.9.0 | May 2025 | ✅ Yes | +| Node.js 18 | 18.9.1 | May 2025 | ✅ Yes | +| Node.js 20 | 20.11.1 | April 2026 | ✅ Yes | ## Configuring Parse Dashboard