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: