perf: build compatibility target for Electron 36

This commit is contained in:
jonz94 2025-05-01 21:34:06 +08:00
parent 1b411d3633
commit dba95573ed
No known key found for this signature in database
GPG Key ID: 1486B90DC5E08492

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',