diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 70e00ab..d35dbef 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -8,4 +8,4 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Run Prettier - run: npx prettier@^3.0.3 --check . + run: npm install -g prettier@~3.0.3 && npx prettier --check .