Skip to content
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

Drop support of outdated Electron versions #4941

Closed
6 tasks done
GytisCepk opened this issue Jan 19, 2023 · 0 comments · Fixed by #5037
Closed
6 tasks done

Drop support of outdated Electron versions #4941

GytisCepk opened this issue Jan 19, 2023 · 0 comments · Fixed by #5037

Comments

@GytisCepk
Copy link
Contributor

GytisCepk commented Jan 19, 2023

Electron releases table

Right now we support Electron versions 15, 16, 17, and 22 (gap in versions support is due to electron/electron#35043).

Drop support of Electron versions that have reached end-of-life:

  • Electron 14
  • Electron 15
  • Electron 16
  • Electron 17

If Node 16 will be dropped (see #4777), also drop Electron versions using Node 16:

  • Electron 22

To drop Node 16, we need to start supporting Electron versions using Node 18:

  • Electron 23 (estimated release data - Feb 7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant