From 321a1702735729697bd4697300ffaa1110338870 Mon Sep 17 00:00:00 2001 From: Nathan Kluth Date: Thu, 19 Dec 2024 16:27:46 -0700 Subject: [PATCH] engines node version --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e9b8286..2a4ee332 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,8 @@ "**/@react-native/**", "**/react-native-app-auth/**" ] + }, + "engines": { + "node": ">=18.0.0" } -} +} \ No newline at end of file