From ffa493f8db95370ef29ea1fa660431b786737bdc Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 22 May 2026 14:11:28 +0300 Subject: [PATCH] loosen eas cli version in config --- eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas.json b/eas.json index c82e884cbb..9490bad5da 100644 --- a/eas.json +++ b/eas.json @@ -1,6 +1,6 @@ { "cli": { - "version": "^18.13.0", + "version": ">=18", "promptToConfigurePushNotifications": false, "appVersionSource": "remote" },