diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c28e74f..a71faa87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ on: jobs: tests: runs-on: ubuntu-latest - strategy: - matrix: - node: [20, 24] steps: - name: Checkout