From 6767aa1dace5c452257c87addc0940f850584916 Mon Sep 17 00:00:00 2001 From: lettamate Date: Thu, 16 Jul 2026 15:58:04 -0700 Subject: [PATCH] ci: bump GitHub Actions Node.js from 20 to 24 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 089daee..b35662d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 20 + node-version: 24 - name: Set up Python uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0