SIGN IN SIGN UP

Reduce install network flake (#27464)

## Summary

Avoids potentially flaky network calls leading to failures such as
https://app.circleci.com/pipelines/github/facebook/react/47096/workflows/b7966c1d-199c-4185-8d17-ac6485235c3a/jobs/727782.
Also makes install faster since we don't need the binary in CI
seemingly.

Electron itself is used to start the standalone binary.

## How did you test this change?

- [x] CI still passes without the binary downloaded. I'm just trusting
[their
docs](https://www.electronjs.org/docs/latest/tutorial/installation) here
that setting this actually ensures the binary isn't downloaded.
S
Sebastian Silbermann committed
16619f106ab5ba8e6aca19d55be46cce22e4a7ff
Parent: 0fba3ec
Committed by GitHub <noreply@github.com> on 10/5/2023, 9:37:08 AM