Preflight Checklist
Problem Description
Node.js bundled in Electron 35+ is 22.9, which has not been promoted to LTS yet, according to https://releases.electronjs.org/. has just been upgraded to 22.11? (863faea / #44530 )
Electron 35 is just alpha phase as of now, but we should not release the first stable version of Electron 35 with such an immature a little bit old version of Node.
Node 22.13 is the second minor release of Node 22 as LTS and the first LTS version that allows us to require(ESM) without any warnings.
Proposed Solution
Upgrade bundled Node.js in Electron 35+ from 22.9 22.11 to 22.13 (or later)
Alternatives Considered
Release first stable version of Electron 35 with Node 20 (old) or 22.9 (non-LTS) 22.11
Additional Information
No response
Preflight Checklist
Problem Description
Node.js bundled in Electron 35+ is
22.9, which has not been promoted to LTS yet, according to https://releases.electronjs.org/.has just been upgraded to 22.11? (863faea / #44530 )Electron 35 is just alpha phase as of now, but we should not release the first stable version of Electron 35 with such
an immaturea little bit old version of Node.Node 22.13 is
the second minor release of Node 22 as LTS andthe first LTS version that allows us to require(ESM) without any warnings.Proposed Solution
Upgrade bundled Node.js in Electron 35+ from
22.922.11 to 22.13 (or later)Alternatives Considered
Release first stable version of Electron 35 with Node
20 (old) or 22.9 (non-LTS)22.11Additional Information
No response