Skip to content

fix: use PUPPETEER_SKIP_DOWNLOAD in deploy workflows - #70

Merged
rongquan1 merged 1 commit into
developfrom
fix/deploy-puppeteer-skip-download
Jul 9, 2026
Merged

fix: use PUPPETEER_SKIP_DOWNLOAD in deploy workflows#70
rongquan1 merged 1 commit into
developfrom
fix/deploy-puppeteer-skip-download

Conversation

@RishabhS7

Copy link
Copy Markdown
Contributor

PUPPETEER_SKIP_CHROMIUM_DOWNLOAD is not read by Puppeteer 21+, so npm i was downloading Chromium on every deploy and hanging past the job's timeout-minutes (confirmed on the dev pipeline run 28939125376, which never shipped). Matches the same fix already applied to ci.yml.

PUPPETEER_SKIP_CHROMIUM_DOWNLOAD is not read by Puppeteer 21+, so npm i
was downloading Chromium on every deploy and hanging past the job's
timeout-minutes (confirmed on the dev pipeline run 28939125376, which
never shipped). Matches the same fix already applied to ci.yml.
@rongquan1
rongquan1 merged commit 674fa1c into develop Jul 9, 2026
1 check failed
isaackps pushed a commit that referenced this pull request Jul 9, 2026
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD is not read by Puppeteer 21+, so npm i
was downloading Chromium on every deploy and hanging past the job's
timeout-minutes (confirmed on the dev pipeline run 28939125376, which
never shipped). Matches the same fix already applied to ci.yml.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants