chore: bump to node 24

This commit is contained in:
David Jimenez
2026-06-24 10:23:07 +08:00
committed by Xubin Ren
parent 23dc253f89
commit 4b1decdb95
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -403,7 +403,7 @@ def _ensure_bridge_setup() -> Path:
npm_path = shutil.which("npm")
if not npm_path:
raise RuntimeError("npm not found. Please install Node.js >= 18.")
raise RuntimeError("npm not found. Please install Node.js >= 20.")
logger.info("Setting up WhatsApp bridge...")
user_bridge.parent.mkdir(parents=True, exist_ok=True)