Skip to content

Commit eb43ec2

Browse files
committed
update firefox-ubuntu to 20.04
1 parent f55e1b6 commit eb43ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/flatpak_node_generator/providers/special.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ async def _handle_playwright(self, package: Package) -> None:
344344
if revision < 1140:
345345
dl_file = 'firefox-linux.zip'
346346
else:
347-
dl_file = 'firefox-ubuntu-18.04.zip'
347+
dl_file = 'firefox-ubuntu-20.04.zip'
348348
elif name == 'webkit':
349349
url_tp = 'https://playwright.azureedge.net/builds/webkit/%d/%s'
350350
if revision < 1317:

0 commit comments

Comments
 (0)