diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 3ef4942b..92f6f903 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -32,7 +32,7 @@ jobs: cache: 'pnpm' - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Cache pnpm modules uses: actions/cache@v3