From 121694e7fb6acfcb4595c228e450e16fb7d6e60f Mon Sep 17 00:00:00 2001 From: warisniz02 Date: Tue, 22 Apr 2025 12:40:47 +0500 Subject: [PATCH] fix: support nodejs version from 18 to 22 Signed-off-by: warisniz02 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0689a0d..7966936 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { - "node": "18 || 20" + "node": ">=18 <=22.x" }, "scripts": { "build": "lb-tsc",