From aecc4815e0929e9a918c28e30789c5666097c632 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 1 May 2026 10:31:55 +0200 Subject: [PATCH 1/2] chore!: remove support for Node.js 20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73a28c20..5c79d9a9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Utilities for Node.js core collaborators", "type": "module", "engines": { - "node": "^20.19.0 || ^22.20.0 || >=24.10.0" + "node": "^22.20.0 || >=24.10.0" }, "bin": { "get-metadata": "bin/get-metadata.js", From 1c1e83520ab81f02b0d484defc19e2fe4c555947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 27 May 2026 10:02:19 +0200 Subject: [PATCH 2/2] Update package.json Co-authored-by: Antoine du Hamel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c79d9a9..fab1fee3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Utilities for Node.js core collaborators", "type": "module", "engines": { - "node": "^22.20.0 || >=24.10.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" }, "bin": { "get-metadata": "bin/get-metadata.js",