From 76e192369a70eefbebd0224797f13481923f1167 Mon Sep 17 00:00:00 2001 From: Qasim Ali <166284738+GlobalTechInfo@users.noreply.github.com> Date: Thu, 9 Jan 2025 03:20:14 +0500 Subject: [PATCH] Update package.json --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 0dbb235..a269f66 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "type": "commonjs", "description": "A multi-functional WhatsApp bot Web QR Scanner.", "main": "index.js", + "engines": { + "node": ">=20.0.0" + }, "scripts": { "start": "pm2 start index.js --deep-monitoring --attach --name qasim", "stop": "pm2 stop qasim",