diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8eefaff31..56565c644 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,8 +7,9 @@ jobs: name: Lint - Node ${{ matrix.node }} runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - node: [ 14, 16, 18 ] + node: [ 18, 20, 22 ] steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4