Skip to content

Commit 58e9647

Browse files
authored
chore(scripts): fix electron update version to 37 temporarily (#7322)
chore(scripts): fix electron udpate version to 37 temporarily
1 parent 58cac5d commit 58e9647

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-dependencies-config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ module.exports = {
88
// breaking changes, but those rarely affect us. If it becomes a problem, we
99
// can always change this code to lock it to whatever major version of
1010
// electron compass is currently at
11-
'electron',
11+
// TODO(COMPASS-9852): have to keep it on 37 for now so that the app can
12+
// work on macos 11
13+
'electron@37',
1214
'electron-to-chromium',
1315
'node-abi',
1416
],

0 commit comments

Comments
 (0)