From 25391244c8631fc901a3006bfe72e57d64cd8755 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Thu, 2 Apr 2026 03:08:51 +0545 Subject: [PATCH 1/2] ci: Add Node.js 24 version in CI workflow --- .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 e0024eff3..36a9c3c83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [22, 20, 18, 16, 14, 12, 10, 8] + node-version: [24, 22, 20, 18, 16, 14, 12, 10, 8] name: Run tests on Node.js ${{ matrix.node-version }} steps: - name: Setup Node.js ${{ matrix.node-version }} From d12707ffec58b06ab6c257107850421c561b1281 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Thu, 2 Apr 2026 05:55:17 +0545 Subject: [PATCH 2/2] Update .github/workflows/ci.yml Co-authored-by: Rik Smale <13023439+WikiRik@users.noreply.github.com> --- .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 36a9c3c83..015d703c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: npm install --legacy-peer-deps - name: Run tests run: npm test - - if: matrix.node-version == 22 + - if: matrix.node-version == 24 name: Send coverage info to Codecov uses: codecov/codecov-action@v5 with: