Skip to content

Commit

Permalink
perf: build compatilibity target for Electron 27
Browse files Browse the repository at this point in the history
  • Loading branch information
alex8088 committed Oct 17, 2023
1 parent 2360d50 commit ac47dac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function getElectronNodeTarget(): string {
const electronVer = getElectronMajorVer()

const nodeVer = {
'27': '18.17',
'26': '18.16',
'25': '18.15',
'24': '18.14',
Expand Down Expand Up @@ -88,6 +89,7 @@ export function getElectronChromeTarget(): string {
const electronVer = getElectronMajorVer()

const chromeVer = {
'27': '118',
'26': '116',
'25': '114',
'24': '112',
Expand Down

0 comments on commit ac47dac

Please sign in to comment.