Skip to content

[1.x] Update CI node version to 24#8852

Open
limzykenneth wants to merge 3 commits into
processing:mainfrom
limzykenneth:main
Open

[1.x] Update CI node version to 24#8852
limzykenneth wants to merge 3 commits into
processing:mainfrom
limzykenneth:main

Conversation

@limzykenneth
Copy link
Copy Markdown
Member

Changes:

All CI now runs Node.js 24 where needed, this should have LTS for quite awhile yet

@Vaivaswat2244
Copy link
Copy Markdown
Contributor

Vaivaswat2244 commented May 31, 2026

Hey @limzykenneth! I pulled your branch locally to test this. The actual problem is that we have puppeteer pinned to ^18.2.1, which is from Oct 2022. This old version tries to download Chrome revision r1045629 (Chrome 107), and that download fails under node 24 due to changes in how node handles network connections, leaving no chrome binary for the tests to launch.
Switching to the latest version of puppeteer , 25.1.0 solves the issue and tests run fine.

@limzykenneth
Copy link
Copy Markdown
Member Author

The test is not passing with latest version of puppeteer. Since this is 1.x, we'll not spend too much time updating it, I'll just update CI to use Node 22 for now.

@Vaivaswat2244
Copy link
Copy Markdown
Contributor

Makes sense! In the meantime, I can look into this more deeply and I'll try to understand why tests are failing.

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