diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 762c350..4935fdf 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 uses: actions/checkout@v4