Merge pull request #20186 from calixteman/puppeteer_switch_nightly

Use Firefox nightly with puppeteer
This commit is contained in:
calixteman 2025-08-23 15:36:21 +02:00 committed by GitHub
commit 4e089f210a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,6 @@
}, },
"firefox": { "firefox": {
"skipDownload": false, "skipDownload": false,
"version": "stable" "version": "nightly"
} }
} }