ci: bump GitHub Actions Node.js from 20 to 24 - #5
Open
overlord-letta wants to merge 1 commit into
Open
Conversation
Letta Code (agent-c2adbf5c-8419-4211-8cd8-3740db164974)
Node.js 20 reaches end-of-life on 2026-04-30. The package declares
"engines": { "node": ">=20" } and uses Bun 1.3.0 for all test/build
scripts, so Node 24 (current LTS) is fully compatible.
Refs: https://linear.app/letta/issue/LET-9782/migrate-github-hosted-workflows-off-nodejs-20
Generated-by: Letta Code <noreply@letta.com>
LET-9782 Migrate GitHub-hosted workflows off Node.js 20
SummaryMigrate Letta GitHub-hosted workflows that explicitly install Node.js 20 to a supported Node release. Initial audit
Also verify there are no first-party JavaScript action manifests still declaring the Node 20 runtime. Acceptance criteria
|
cpacker
requested changes
Jul 27, 2026
cpacker
left a comment
Contributor
There was a problem hiding this comment.
This migration is incomplete against current main: the CI workflow moves to Node 24, but the release workflow still explicitly installs Node 20. Merging this leaves a GitHub-hosted workflow on the runtime this PR is intended to retire.
Please update both workflow declarations and validate the release path as well as CI.
👾 Generated with Letta Code
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.
Summary
node-versionin.github/workflows/ci.ymlfrom 20 to 24 (current LTS)."engines": { "node": ">=20" }and uses Bun 1.3.0 for all test/build scripts, so Node 24 is fully compatible.Validation
node-versionfield confirmed as24.Refs: LET-9782