From d59a15dade28526a3782c40c0b56a8550c45c338 Mon Sep 17 00:00:00 2001 From: arpit-jain_atko Date: Wed, 7 Jan 2026 17:24:52 +0530 Subject: [PATCH] chore: add engines field to specify Node.js version requirement --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 82776deb..f3edd247 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "name": "@auth0/auth0-react", "version": "2.11.0", "description": "Auth0 SDK for React Single Page Applications (SPA)", + "engines": { + "node": ">=18.18.0" + }, "keywords": [ "auth0", "login",