From 1905f98f1fe9c94fe4c59e60a07af87ff52b94a0 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:57:34 +0200 Subject: [PATCH] docs: deprecate versions v4 & v5 using node16 (#1039) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cc52b635..f49389a6a 100644 --- a/README.md +++ b/README.md @@ -1529,8 +1529,8 @@ View the [CHANGELOG](./CHANGELOG.md) document for an overview of version changes ## Compatibility - `v6` is the current recommended version and uses `node20` -- `v5` uses `node16` -- `v4` is the minimum version required for Cypress `10.x` and later - also uses `node16` +- `v5` uses the deprecated version `node16` +- `v4` is the minimum version required for Cypress `10.x` and later - also uses the deprecated version `node16` Pay attention to any GitHub Actions deprecation warnings shown in logs which may recommend updating.