diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 024d07c..805341e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,9 @@ jobs: build: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - node: [20, 22, 23] + node: [20, 22, 24] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@v4