From c5c9bb686306de073c0e76c06bbeedcd8d817834 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 13 Apr 2026 18:01:35 +0200 Subject: [PATCH] fix(ci): revert pnpm/action-setup to v5 to prevent lockfile corruption --- .github/workflows/autofix.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/internal-benchmark.yml | 2 +- .github/workflows/publish-documentation.yml | 2 +- .github/workflows/release-please.yml | 6 +++--- .npmrc | 1 - 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d1ef851d8..385f7df9d 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: cache: 'pnpm' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58e7b034f..94a476199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@v6 diff --git a/.github/workflows/internal-benchmark.yml b/.github/workflows/internal-benchmark.yml index f563d0f57..0c994cab9 100644 --- a/.github/workflows/internal-benchmark.yml +++ b/.github/workflows/internal-benchmark.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js uses: actions/setup-node@v6 with: diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index 0b98e814a..9dacc793f 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GH_TOKEN_PROTECTED }} - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cdeaf7d8a..3af48c613 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js uses: actions/setup-node@v6 @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js uses: actions/setup-node@v6 @@ -137,7 +137,7 @@ jobs: token: ${{ secrets.GH_TOKEN_PROTECTED }} - name: Setup pnpm - uses: pnpm/action-setup@v6 + uses: pnpm/action-setup@v5 - name: Setup Node.js uses: actions/setup-node@v6 diff --git a/.npmrc b/.npmrc index e3a9b2ebb..41583e36c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ @jsr:registry=https://npm.jsr.io -manage-package-manager-versions=false -- 2.53.0