Skip to content

Commit 986ef9c

Browse files
Update scripts/update-electron.js
Co-authored-by: Sergey Petushkov <[email protected]>
1 parent 855ba68 commit 986ef9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async function main() {
101101
);
102102

103103

104-
// Latest version of node-abi depends on Compass 22
104+
// TODO(ticket): Latest version of node-abi depends on Node.js 22. We are on 20 and will stay on this version until our version of Electron is updated along with the monorepo expected engines version. Uncomment this when we can update
105105
// const latestNodeAbiVersion = await getLatestVersion('node-abi');
106106
const latestElectronRemoteVersion = await getLatestVersion(
107107
'@electron/remote'

0 commit comments

Comments
 (0)