-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Closed as not planned
Labels
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
NodeJS v22 began active LTS support on 2024-10-29 with version 22.11.0. See https://github.com/nodejs/release?tab=readme-ov-file#nodejs-release-working-group .
My organization is upgrading our backend and test runners to Node 22. We would like to use an Electron version that also uses Node 22, so we can run our desktop tests with the same version of Node that they will run on in production.
Proposed Solution
Upgrade to Node 22.11.0 LTS.
Alternatives Considered
We could change our test runners to run desktop tests with Node 20 and run backend tests with Node 22.
Additional Information
Thanks for making Electron! :)