From a126b80281bbf15151dc2fa3933dfcb458acf903 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah <36107+shazron@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:18:49 +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 f303fda..168197a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "author": "Adobe Inc.", "license": "Apache-2.0", "engines": { - "node": ">=18" + "node": ">=20" }, "bugs": { "url": "https://github.com/adobe/aio-lib-core-tvm/issues"