perf: build compatibility target for Electron 36 (#766)

This commit is contained in:
jonz94 2025-05-06 10:12:44 +08:00 committed by GitHub
parent 1b411d3633
commit 3d5c9f68a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string {
const electronVer = getElectronMajorVer()
const nodeVer = {
'36': '22.14',
'35': '22.14',
'34': '20.18',
'33': '20.18',
@ -103,6 +104,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()
const chromeVer = {
'36': '136',
'35': '134',
'34': '132',
'33': '130',