From 90048d7386d9d398e65f9a6e7c105a9b3f410226 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah <36107+shazron@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:18:56 +0800 Subject: [PATCH] chore: update node engine requirement to >=20 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e38d423..b438ccb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "Adobe Inc.", "license": "Apache-2.0", "engines": { - "node": ">=18" + "node": ">=20" }, "files": [ "/src",