Fix Reporter action

This commit is contained in:
Nuckyz 2025-01-11 23:43:25 -03:00
parent 3243120baa
commit a53257634e
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -37,7 +37,8 @@ const CANARY = process.env.USE_CANARY === "true";
const browser = await pup.launch({
headless: true,
executablePath: process.env.CHROMIUM_BIN
executablePath: process.env.CHROMIUM_BIN,
args: ["--no-sandbox"]
});
const page = await browser.newPage();