From: Jérôme Benoit Date: Mon, 13 Apr 2026 15:44:10 +0000 (+0200) Subject: fix(ci): add --frozen-lockfile to autofix.ci and regenerate lockfile X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=48628107031a4821e141580fde860b1c1598ced2;p=poolifier.git fix(ci): add --frozen-lockfile to autofix.ci and regenerate lockfile --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d1ef851d8..e9c21adf1 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/setup-node@v6 with: cache: 'pnpm' - - run: pnpm install --ignore-scripts + - run: pnpm install --ignore-scripts --frozen-lockfile - run: pnpm build - run: pnpm format - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8