Bump Electron to 13.6.6 (#18940)

* Bump Electron to 13.6.6

* Bump azuredatastudio-sqlite version in smoke tests
This commit is contained in:
Karl Burtram
2022-04-05 16:44:17 -07:00
committed by GitHub
parent 7c399e84eb
commit 463271f0d9
4 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ const sqliteUrl = `https://github.com/Microsoft/azuredatastudio-sqlite/releases/
export async function setup(app: ApplicationOptions): Promise<void> {
console.log('*** Downloading test extensions');
const releaseVersion = '1.7.0';
const releaseVersion = '1.8.0';
const requestUrl = sqliteUrl.replace(RELEASE_VERSION, releaseVersion).replace(PLATFORM, process.platform).replace(RUNTIME, getRuntime(app.web || app.remote || false)).replace(VERSION, getVersion(app.web || app.remote || false));
const zip = await fetch(requestUrl);
if (!zip) {