From dcbf03a6d6742323ce8afcb8140cb54bc9823bae Mon Sep 17 00:00:00 2001 From: Shazron Abdullah <36107+shazron@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:19:21 +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 71144b8..3465d12 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Adobe Inc.", "license": "Apache-2.0", "engines": { - "node": ">=18" + "node": ">=20" }, "repository": "adobe/aio-lib-web", "homepage": "https://github.com/adobe/aio-lib-web",