diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a5c436cd..3336379b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: ref: ${{ github.head_ref }} - uses: actions/setup-node@v4 with: - node-version: "20" + node-version: '20' - run: npm ci - name: Check Formatting run: npm run format:check @@ -24,4 +24,4 @@ jobs: else echo "Files are not formatted correctly. Please run 'prettier' to format your code." exit 1 - fi \ No newline at end of file + fi