diff --git a/src/plugin.ts b/src/plugin.ts index b0dfb3a..b3d41e9 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -320,6 +320,7 @@ function getElectronMainVer(root: string): string { function getElectronNodeTarget(electronVer: string): string { const nodeVer = { + '20': '16.15', '19': '16.14', '18': '16.13', '17': '16.13', @@ -338,6 +339,7 @@ function getElectronNodeTarget(electronVer: string): string { function getElectronChromeTarget(electronVer: string): string { const chromeVer = { + '20': '104', '19': '102', '18': '100', '17': '98',