perf: build compatibility target for Electron 38

This commit is contained in:
alex8088 2025-09-21 16:52:57 +08:00
parent 1eeb15ea77
commit b55eb725c4

View File

@ -69,6 +69,7 @@ export function getElectronNodeTarget(): string {
const electronVer = getElectronMajorVer()
const nodeVer = {
'38': '22.19',
'37': '22.16',
'36': '22.14',
'35': '22.14',
@ -102,6 +103,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()
const chromeVer = {
'38': '140',
'37': '138',
'36': '136',
'35': '134',