From 4a9286b6a6f5920f39ea697150694645eb9e4b6a Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:19:40 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e17e3cb..6a8ba22 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "typescript": "5.2.2" }, "engines": { - "node": "18 || 20 || 22" + "node": "20 || 22 || 24" }, "scripts": { "build:watch": "babel src --out-dir lib --source-maps --watch",