From 03e4738eb149cf0dd7e081055f3607e060fbeb73 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:13:19 +0200 Subject: [PATCH] Node.js 23 deprecation due to EOL --- docs/app/get-started/install-cypress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/get-started/install-cypress.mdx b/docs/app/get-started/install-cypress.mdx index 8321e54862..f8160dbfc8 100644 --- a/docs/app/get-started/install-cypress.mdx +++ b/docs/app/get-started/install-cypress.mdx @@ -119,7 +119,7 @@ Cypress requires [Node.js](https://nodejs.org/) in order to install. We support Cypress generally aligns with [Node's release schedule](https://github.com/nodejs/Release). -Accordingly, use of Node.js 18 with Cypress is deprecated and support is planned for removal in a future release of Cypress. +Accordingly, use of Node.js 18 and 23 with Cypress is deprecated and support is planned for removal in a future release of Cypress. #### Installing Node.js