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