From 31c2e0016af1135ba81d0096bb427b68d83b809b Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 26 Aug 2026 23:44:02 +0530 Subject: [PATCH] chore: require Node >=22 in engines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eac730c..ff035e1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "VERSION" ], "engines": { - "node": ">=18" + "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json",