From 2bfedf0751e02155bd38e8bc89ce61b9845e0816 Mon Sep 17 00:00:00 2001 From: Julius Walton Date: Thu, 4 Jun 2026 00:34:54 -0400 Subject: [PATCH] Bump CI Node version from 20 to 24 Match the project's local dev runtime (Node 24) and move off the now-deprecated Node 20 line. Co-Authored-By: Claude Opus 4.8 (1M context) --- .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 d01edb8..c817ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 cache: npm - run: npm ci