Skip to content

Commit f8c8e5d

Browse files
Merge branch 'COMPASS-9075-electron-bumps' of github.com:mongodb-js/compass into COMPASS-9075-electron-bumps
2 parents 48428af + 986ef9c commit f8c8e5d

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)