Skip to content

Conversation

@bobular
Copy link
Member

@bobular bobular commented Nov 17, 2025

Updated all Node.js versions from 14/16 to 24 to match the volta and engines configuration in package.json (requires Node >=24.0.0).

Root cause: The regexp-tree dependency (used by browserslist-useragent-regexp) fails to load its generated parser module on Node 14/16, causing the error: "Cannot find module './generated/regexp-tree'"

Changes:

  • Updated Dockerfile from Node 16.17.1 to 24.11.0 (fixes Jenkins builds)
  • Updated .github/workflows/cache.yml from Node 14 to 24
  • Updated .github/workflows/pr-check.yml from Node 14 to 24
  • Updated all package workflow files from Node 14 to 24

This ensures consistent Node.js version across all build environments (local volta, GitHub Actions, and Jenkins/Docker builds).

Updated all Node.js versions from 14/16 to 24 to match the volta and
engines configuration in package.json (requires Node >=24.0.0).

Root cause: The regexp-tree dependency (used by browserslist-useragent-regexp)
fails to load its generated parser module on Node 14/16, causing the error:
"Cannot find module './generated/regexp-tree'"

Changes:
- Updated Dockerfile from Node 16.17.1 to 24.11.0 (fixes Jenkins builds)
- Updated .github/workflows/cache.yml from Node 14 to 24
- Updated .github/workflows/pr-check.yml from Node 14 to 24
- Updated all package workflow files from Node 14 to 24

This ensures consistent Node.js version across all build environments
(local volta, GitHub Actions, and Jenkins/Docker builds).
@bobular bobular requested a review from ryanrdoherty November 17, 2025 22:00
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.

3 participants