File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ async function main() {
100100 electronVersionRange
101101 ) ;
102102
103- const latestNodeAbiVersion = await getLatestVersion ( 'node-abi' ) ;
103+
104+ // Latest version of node-abi depends on Compass 22
105+ // const latestNodeAbiVersion = await getLatestVersion('node-abi');
104106 const latestElectronRemoteVersion = await getLatestVersion (
105107 '@electron/remote'
106108 ) ;
@@ -114,7 +116,7 @@ async function main() {
114116 ) ;
115117
116118 const newVersions = {
117- 'node-abi' : `^${ latestNodeAbiVersion } ` ,
119+ // 'node-abi': `^${latestNodeAbiVersion}`,
118120 '@electron/remote' : `^${ latestElectronRemoteVersion } ` ,
119121 '@electron/rebuild' : `^${ latestElectronRebuildVersion } ` ,
120122 electron : `^${ latestElectronVersion } ` ,
You can’t perform that action at this time.
0 commit comments