diff --git a/.github/workflows/node CI.yml b/.github/workflows/node CI.yml index 7e7a259..f6084b2 100644 --- a/.github/workflows/node CI.yml +++ b/.github/workflows/node CI.yml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '18.x' + node-version: "18.x" - name: run Prettier run: npx prettier --check . - name: Run npm