Skip to content

Pin Puppeteer to v24.37.5 in render workflow and local script#53

Open
Copilot wants to merge 2 commits intobigtreefrom
copilot/update-puppeteer-version
Open

Pin Puppeteer to v24.37.5 in render workflow and local script#53
Copilot wants to merge 2 commits intobigtreefrom
copilot/update-puppeteer-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 2, 2026

Puppeteer was installed without a version pin, causing non-reproducible builds and risk of silent breakage on new releases.

Changes

  • .github/workflows/render-diagrams.yml: Pin install to puppeteer@24.37.5
  • scripts/render-local.ps1: Pin install to puppeteer@24.37.5
# Before
run: npm install puppeteer --no-save

# After
run: npm install puppeteer@24.37.5 --no-save
Original prompt

Pull request: #51 update version puppeteers


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
.git Error Error Mar 2, 2026 8:28pm
dashboard Error Error Mar 2, 2026 8:28pm
networkbuster-net Ready Ready Preview, Comment Mar 2, 2026 8:28pm
networkbuster.net Ready Ready Preview, Comment Mar 2, 2026 8:28pm

Request Review

Co-authored-by: Cleanskiier27 <220620570+Cleanskiier27@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Puppeteer version in project Pin Puppeteer to v24.37.5 in render workflow and local script Mar 2, 2026
@Cleanskiier27 Cleanskiier27 marked this pull request as ready for review March 2, 2026 22:55
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