From 48628107031a4821e141580fde860b1c1598ced2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 13 Apr 2026 17:44:10 +0200 Subject: [PATCH] fix(ci): add --frozen-lockfile to autofix.ci and regenerate lockfile --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0