From 127a9482988bc0922f30eab9d18ea4f6e5a67505 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..e4c2a1bf47c20 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;