Skip to content

Commit 6d50251

Browse files
plug in ticket
1 parent f8c8e5d commit 6d50251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update-electron.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ async function main() {
100100
electronVersionRange
101101
);
102102

103-
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
103+
// TODO(COMPASS-9098): 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
105104
// const latestNodeAbiVersion = await getLatestVersion('node-abi');
106105
const latestElectronRemoteVersion = await getLatestVersion(
107106
'@electron/remote'

0 commit comments

Comments
 (0)