]> Piment Noir Git Repositories - poolifier.git/commitdiff
fix(ci): add --frozen-lockfile to autofix.ci and regenerate lockfile
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 13 Apr 2026 15:44:10 +0000 (17:44 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 13 Apr 2026 15:44:48 +0000 (17:44 +0200)
.github/workflows/autofix.yml

index d1ef851d8db6edacd5224446aa4f601891bad09b..e9c21adf1a83603fd92ed57c981a8d01c199c688 100644 (file)
@@ -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