diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27fe954..2bbc324 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: ${{ matrix.os }} - node ${{ matrix.node-version }} strategy: matrix: - node-version: [16, 18, 20] + node-version: [18, 20, 22, 24] os: [ubuntu-latest] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d0dce86..32d68c3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: name: ${{ matrix.os }} - node ${{ matrix.node-version }} strategy: matrix: - node-version: [16, 18, 20] + node-version: [18, 20, 22, 24] os: [ubuntu-latest] fail-fast: false runs-on: ${{ matrix.os }}