From 8588ede911c4d3bb74492d491d8d60260d8045e8 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Tue, 12 Oct 2021 09:09:20 +0200 Subject: [PATCH] chore: switch firefox build to fission changes --- src/node/BrowserFetcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/BrowserFetcher.ts b/src/node/BrowserFetcher.ts index 0aaeb5adc84b0..b248447d5381f 100644 --- a/src/node/BrowserFetcher.ts +++ b/src/node/BrowserFetcher.ts @@ -58,7 +58,7 @@ const browserConfig = { destination: '.local-chromium', }, firefox: { - host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-05-21-54-18-mozilla-central', + host: 'https://archive.mozilla.org/pub/firefox/nightly/2021/10/2021-10-06-09-41-30-mozilla-central', destination: '.local-firefox', }, } as const;