Update usage of Node.js to v24
Is your feature request related to a problem? Please describe
with the upcoming release of Electron v40 it'll be possible to use Node.js v24, so we should update tooling/ci/required version/types etc to use Node.js v24
https://releases.electronjs.org/
Describe the solution you'd like
Check if everything works with Node.js v24 using Electron v40 so we're ready to switch once Electron v40 is stable.
Describe alternatives you've considered
No response
Additional context
No response
Please note that this may lead to removal of local certificates as it would be handled automatically by Node
Can you explain more please @jeffmaury ? or do you have some additional details on this?
Can you explain more please @jeffmaury ? or do you have some additional details on this?
I though Node 24 would retrieve certificates from the system but it is already the case for Node 22 so I think this should be a separate issue