diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index eed0982..8ab8c04 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -21,6 +21,12 @@ jobs: # This is important to fetch the changes to the previous commit fetch-depth: 0 + steps: + - uses: pnpm/action-setup@v4 + with: + version: 9 + run_install: true + - name: Prettier Action uses: creyD/prettier_action@v4.3 with: