chore(e2e): bump actor base images from Node 20 to Node 24#3653
Merged
Conversation
The automatic-persist-value e2e test was failing on the Apify platform because better-sqlite3@12.4.1 (transitive via camoufox-js) lacks musl prebuilds for Node 20, and the Alpine base image has no Python for the node-gyp fallback. Node 24 variants ship prebuilds for it. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
Author
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.
The
automatic-persist-valuee2e test was failing on the Apify platform:better-sqlite3@12.4.1(pulled in transitively viacamoufox-js) has no musl prebuilds for Node 20, and the Alpine base image has no Python for thenode-gypfallback. Node 24 variants ship prebuilds for it.Bumps all 35 e2e actor Dockerfiles still on Node 20:
apify/actor-node:20-beta→:24-betaapify/actor-node-puppeteer-chrome:20-beta→:24-betanode:20 AS builder→node:24 AS builderPlaywright/Camoufox e2e actors were already on Node 24. Templates under
packages/templates/are out of scope here.