Pin chromium to 3.0.3 to fix CI npm install failure#50
Merged
francinelucca merged 2 commits intodependabot/npm_and_yarn/npm_and_yarn-c388547787from Mar 3, 2026
Merged
Conversation
Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com>
Contributor
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Bump the npm_and_yarn group across 1 directory with 2 updates
Pin chromium to 3.0.3 to fix CI npm install failure
Mar 3, 2026
francinelucca
approved these changes
Mar 3, 2026
0670413
into
dependabot/npm_and_yarn/npm_and_yarn-c388547787
3 checks passed
There was a problem hiding this comment.
Pull request overview
This PR pins the chromium devDependency to a known-working version to prevent CI breakage caused by npm resolving a much newer chromium release with a Linux-incompatible postinstall.
Changes:
- Pin
chromiumfrom^3.0.3to exact3.0.3inpackage.json. - Regenerate
package-lock.jsonto lockchromium@3.0.3and its transitive dependency tree.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins chromium to an exact version to prevent unintended upgrades. |
| package-lock.json | Updates the lockfile to reflect chromium@3.0.3 and associated transitive deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot's bump of
tmpandminimatchcaused npm to also resolvechromiumfrom3.0.3→3.2171.3008. The newer version's postinstall script unconditionally attempts to runinstall.bat, breakingnpm installon Linux withError: spawn install.bat ENOENT.Changes
package.json: Tightenedchromiumfrom^3.0.3to3.0.3(exact pin) to prevent unintended upgradespackage-lock.json: Regenerated to reflect pinned chromium3.0.3with its transitive deps;tmp@0.2.5andminimatch@3.1.5bumps are preserved💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.