From 5a472468c9b815621ff5b472975f106cf106aa7c Mon Sep 17 00:00:00 2001 From: rom1504 Date: Sun, 29 Mar 2026 23:48:07 +0000 Subject: [PATCH] Update CI to Node 24 Co-Authored-By: Claude Opus 4.6 (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 fbd3151..6e7b617 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [22.x] + node-version: [24.x] steps: - uses: actions/checkout@v2