diff --git a/.github/workflows/ohm.deploy.yml b/.github/workflows/ohm.deploy.yml index 152193d6..0a866f8c 100644 --- a/.github/workflows/ohm.deploy.yml +++ b/.github/workflows/ohm.deploy.yml @@ -13,7 +13,7 @@ jobs: contents: write strategy: matrix: - node-version: [ "18.x", "20.x" ] + node-version: ["18.x", "20.x"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4