Skip to content

Comments

ci: Simpler Electron version lookup#1280

Merged
timfish merged 3 commits intomasterfrom
ci/electron-versions
Jan 2, 2026
Merged

ci: Simpler Electron version lookup#1280
timfish merged 3 commits intomasterfrom
ci/electron-versions

Conversation

@timfish
Copy link
Collaborator

@timfish timfish commented Jan 2, 2026

Previously we used electron-latest-versions to get the latest Electron versions but the size of the Electron release metadata has grown substantially since this was added years ago and it now fails to run in CI because the download times out.

This PR changes to use npm view electron dist-tags --json to list the tags which can then be iterated through to get the latest version of each major.

@timfish timfish requested review from andreiborza and s1gr1d January 2, 2026 11:24
@timfish timfish enabled auto-merge (squash) January 2, 2026 13:58
Copy link
Member

@andreiborza andreiborza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@timfish timfish merged commit c2f044d into master Jan 2, 2026
309 of 314 checks passed
@timfish timfish deleted the ci/electron-versions branch January 2, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants