Merge f764387c127c0f34105e1fdc63e623867b81f37f into 1b411d36335bed23505b00c277e4425e66b685d7

This commit is contained in:
jonz94 2025-05-03 12:06:14 +00:00 committed by GitHub
commit fd03c16b90
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',