Fixed actions
Build and publish / build (push) Failing after 46s

This commit is contained in:
Lino Silva
2024-10-14 23:13:52 +01:00
parent 59f6f90664
commit 4ddcfd33cf
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -16,9 +16,7 @@ const contas = {
async function parseLogRocketBlogHome(conta) {
// Launch the browser
const browser = await puppeteer.launch({
executablePath: "/usr/bin/chromium-browser",
});
const browser = await puppeteer.launch();
// Open a new tab
const page = await browser.newPage();