Skip to content

Chromedriver modernize install#19

Merged
soulgalore merged 2 commits into
mainfrom
chromedriver-modernize-install
May 20, 2026
Merged

Chromedriver modernize install#19
soulgalore merged 2 commits into
mainfrom
chromedriver-modernize-install

Conversation

@soulgalore
Copy link
Copy Markdown
Member

No description provided.

  Replace the node-downloader-helper runtime dep with native fetch + stream
  pipeline (Node 22+). Install failures now exit non-zero with a clear
  message instead of being silently logged.

  The check-latest script was hitting the legacy chromedriver.storage
  endpoint and parsing a version string that has had two dots in it for a
  while; point it at the chrome-for-testing last-known-good-versions
  endpoint and compare against chromedriver_version. While there, drop the
  deprecated request dev dep and the semver dev dep (split('.') is enough
  for the major/minor check in test.js).

  Bumps engines.node to >=22 and the CI matrix to Node 22 to match.

  Co-authored-by: Claude noreply@anthropic.com
@soulgalore soulgalore merged commit 6a94198 into main May 20, 2026
3 checks passed
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.

1 participant