From 87e5778b8c27a6a050f3926f5674f61219cc1aca Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 13 Apr 2026 17:56:28 +0200 Subject: [PATCH] fix(ci): disable manage-package-manager-versions to prevent lockfile corruption --- .github/workflows/autofix.yml | 2 +- .npmrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index e9c21adf1..d1ef851d8 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 --frozen-lockfile + - run: pnpm install --ignore-scripts - run: pnpm build - run: pnpm format - uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8 diff --git a/.npmrc b/.npmrc index 41583e36c..e3a9b2ebb 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,2 @@ @jsr:registry=https://npm.jsr.io +manage-package-manager-versions=false -- 2.53.0