From bc0dd0a4a3b24bbddb6002796d98ca3925b13d83 Mon Sep 17 00:00:00 2001 From: kshitijanurag Date: Mon, 16 Mar 2026 22:29:22 +0530 Subject: [PATCH] ci: add Node 24 and 25 to test matrices, Node 24 to build matrix, drop Node 23 --- .github/workflows/build-pack-publish.yml | 2 +- .github/workflows/ci.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pack-publish.yml b/.github/workflows/build-pack-publish.yml index 9b14ee1..85a3a57 100644 --- a/.github/workflows/build-pack-publish.yml +++ b/.github/workflows/build-pack-publish.yml @@ -95,7 +95,7 @@ jobs: needs: pack strategy: matrix: - node-version: [ 18, 20, 22, 23 ] + node-version: [ 18, 20, 22, 24, 25 ] os: [ ubuntu-latest, windows-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77c4e5a..c43d619 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24] container: image: node:${{ matrix.node-version }}-alpine steps: