perf: build compatilibity target for Electron 33

This commit is contained in:
kye shimizu 2024-10-30 14:50:55 -04:00 committed by GitHub
parent bf1220875f
commit b78b1e9567
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 = {
'33': '20.18',
'32': '20.16',
'31': '20.14',
'30': '20.11',
@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()
const chromeVer = {
'33': '130',
'32': '128',
'31': '126',
'30': '124',