Julian Hille
Julian Hille
Some actions use deprecated node 12 versions. ``` Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: Wandalen/wretry.action, actions/checkout, actions/setup-node,...
Fixes #203
Electron versions to add: - 29.0.0, 29.1.0, 29.2.0, node: 20.9.0 - 28.0.0, 28.1.0, 28.2.0, node: 18.18.2 - 27.0.0, 27.1.0, 27.2.0, 27.3.0, node: 18.17.1 - 26.0.0, 26.1.0, 26.2.0, 26.3.0, 26.4.0, 26.5.0,...
Fixes #372
Fixes #361
electron: 27.0, 27.1, 26.0, 26.1, 26.2, 26.3, 26.4, 26.5, 26.6, 25.4, 25.5, 25.6, 25.7, 25.8, 25.9, 24.7, 24.8 node: 21
According to [this blog](https://www.electronjs.org/blog/v8-memory-cage) electron 21 has introduced caged memory and native modules need refactoring to continue using ArrayBuffers and other off heap memory. Actually muhammara might or might not...