-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better error handling #216
Comments
Hi! Can you provide a reproducible example of this? This warning should only be for already deprecated SDK versions, since we moved over to the CLI within the |
Of course, the problem occurs when I don't add
If I add I'd like a shorter timeout than letting the entire action timeout (after 6h). Or that the action detects interaction (Y/n) and either fails or answers Y (if --non-interactive is chosen). I'm running |
Ah, what Expo SDK are you using? Is it older than SDK 45? Since SDK 45, we ship a newer version of the Expo CLI inside the If that's the case, one thing we could add is an SDK version check. Basically, "when older than SDK 45, enforce |
I'm using SDK 45 (v45.0.8 according to package-lock.json). |
I'm confusing myself, the issue arose when I was running |
Description of the feature
When running
eas update --auto
(or with other parameters) andexpo-version
has NOT been specified the script will ask for it to be installed. Then this happens:If you check the times you'll see that the script stops running after GitHub times it out after 6h This is not ideal.
Motivation
GitHub Actions are not free and a quicker exit of the script would be prefereable.
Additional context
I didn't do anything special other than what is in the examples. And the example specifies expo-version for when using the preview build but it's also necessary when preview is not used, it seems.
The text was updated successfully, but these errors were encountered: