Skip to content

Commit 8a40761

Browse files
Upgrade to Electron 29, build with Node 20
Building node-pty on Electron 28 is broken due to an issue in dependency nodejs/nan: nodejs/nan#982 so we'll just bypass Electron 28.
1 parent e0e59cf commit 8a40761

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

package-lock.json

Lines changed: 26 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@typescript-eslint/parser": "^5.38.1",
4444
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
4545
"css-loader": "^6.7.1",
46-
"electron": "^27.3.11",
46+
"electron": "^29.4.6",
4747
"eslint": "^8.30.0",
4848
"eslint-config-prettier": "^8.5.0",
4949
"eslint-plugin-import": "^2.26.0",

0 commit comments

Comments
 (0)