From 873fea394879a71a12c2137c3e865997a5bfc650 Mon Sep 17 00:00:00 2001 From: Rahul Pratik Date: Wed, 22 Apr 2026 14:43:27 -0700 Subject: [PATCH] Fix Node.js version in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8888cf..a63c1f7 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "main": "lib/pusher", "typings": "index.d.ts", "engines": { - "node": ">= 4.0.0" + "node": ">= 10.0.0" } }