-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Upgrade electron to v13 #17833
Comments
Looked a bit into this tonight and this is what I found: Electron 13 also recommends an update to node version 14.17 (https://www.electronjs.org/releases/stable?version=13&page=2#13.0.0) which also means a bump in NODE_MODULE_VERSION (87 -> 89, https://github.com/nodejs/node/blob/master/doc/abi_version_registry.json#L8). However, rebuilding seshat with this new version fails because the I'm guessing what needs to be done is to refactor |
Oh hey, seshat is already on it: matrix-org/seshat#94 |
It's not been solved in https://github.com/vector-im/element-desktop yet |
That sounds pretty promising! Thank you for working on that |
But I didn't do anything special! It is already there: element-hq/element-desktop@3fb802e |
https://www.electronjs.org/docs/breaking-changes#planned-breaking-api-changes-130
The text was updated successfully, but these errors were encountered: