Skip to content

release: v4.21.1 - bake Node.js LTS into the cldmv-runners image - #229

Merged
Shinrai merged 3 commits into
masterfrom
next
Aug 10, 2026
Merged

release: v4.21.1 - bake Node.js LTS into the cldmv-runners image#229
Shinrai merged 3 commits into
masterfrom
next

Conversation

@cldmv-bot

@cldmv-bot cldmv-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

🚀 What's Changed

💥 Breaking Changes

No breaking changes

✨ Features

No new features

🐛 Bug Fixes

📦 Dependencies

No dependency updates

🔧 Other Changes

No other changes

👥 Contributors

Shinrai and others added 3 commits August 9, 2026 22:15
The stock ARC actions-runner base ships no node/npm, unlike GitHub's
hosted ubuntu-latest, so routed run steps invoking node or npm directly
fail with exit 127 — the same gap gh and jq had (#210, #224). Install
the current LTS from NodeSource's lts channel (resolves the active LTS
major at build time; the weekly rebuild tracks promotions and security
releases with no version pinned in the Dockerfile) and extend the
build-time gate to node --version && npm --version.

Jobs needing a specific Node version still use actions/setup-node,
which prepends its toolcache copy to PATH; the baked-in LTS is only
the default, matching hosted-runner behavior.
@cldmv-bot cldmv-bot Bot added ! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected type: config Changes to repository or project configuration files labels Aug 10, 2026
@Shinrai
Shinrai merged commit dc90ebc into master Aug 10, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

! release → master v4 flow: persistent next → master release PR (carries the next feature release) release Marks a pull request as a pending release — merge to publish a new version semver: patch This release contains only backwards-compatible bug fixes type: bug Something is broken or not behaving as expected type: config Changes to repository or project configuration files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant