diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7c8a2f7..370a3f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ on: jobs: build: - runs-on': 'ubuntu-latest' + runs-on: ubuntu-latest strategy: matrix: - node-version: '20.10.0' + node-version: 20.10.0 steps: - name: Checkout uses: actions/checkout@v4