diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30df953..01cbe91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,6 @@ on: jobs: ci: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [ 20 ] steps: - name: 🛠 Checkout code uses: actions/checkout@v3