From 84c2aabb850f69b82d88557960c794c21f9f610a Mon Sep 17 00:00:00 2001 From: Nicolas Bonet Date: Wed, 2 Sep 2026 10:57:34 -0500 Subject: [PATCH] Bump Node to 24.19.0 and enforce npm >= 11.10.0 via devEngines --- .nvmrc | 2 +- package.json | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 0a49261..60ade1a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.11.0 +24.19.0 diff --git a/package.json b/package.json index f3b4ae4..1c93f02 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,18 @@ "url": "https://github.com/Expensify/react-native-x-geolocation/issues" }, "homepage": "https://github.com/Expensify/react-native-x-geolocation#readme", + "devEngines": { + "runtime": { + "name": "node", + "version": ">=24.19.0", + "onFail": "error" + }, + "packageManager": { + "name": "npm", + "version": ">=11.10.0", + "onFail": "error" + } + }, "peerDependencies": { "react": "^18.2.0", "react-native": "^0.72.3",