From 1cd167a59a89e2426745ca9ba8fe3cbfc1f8a075 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 25 Dec 2025 23:05:09 +0100 Subject: [PATCH] ci: run on node 24 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72745cceb..1f0af2c25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: if: matrix.runtime == 'node' uses: actions/setup-node@v4 with: - node-version: 22.12.0 + node-version: 24 check-latest: true - name: Setup Bun @@ -49,7 +49,7 @@ jobs: if: matrix.runtime == 'bun' uses: actions/setup-node@v4 with: - node-version: 22.12.0 + node-version: 24 check-latest: true - name: Runtime versions