From 12687f1b5147043ad9d9cfcbfcc1e8b0d44ad7ee Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Wed, 13 May 2026 12:52:28 -0500 Subject: [PATCH] nodejs 20 not supported --- policies/unsupported-versions.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policies/unsupported-versions.yaml b/policies/unsupported-versions.yaml index 25202a4..6ab33f7 100644 --- a/policies/unsupported-versions.yaml +++ b/policies/unsupported-versions.yaml @@ -69,6 +69,9 @@ nodejs: - version: "19" reason: "EOL since 2023-06-01 (non-LTS odd release)" eol_date: "2023-06-01" + - version: "20" + reason: "EOL since 2026-04-30 (LTS)" + eol_date: "2026-04-30" - version: "21" reason: "EOL since 2024-06-01 (non-LTS odd release)" eol_date: "2024-06-01"