diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c7691b6..9d8c1b74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,9 @@ on: [push, pull_request] jobs: tests: runs-on: ubuntu-latest - strategy: - matrix: - node: [18, 20] + strategy: + matrix: + node: [18, 20] continue-on-error: ${{ matrix.node == 20 }} steps: