From 50d4906024c4ef4687283ce02c8d675a23a9d68e Mon Sep 17 00:00:00 2001 From: NHoarau Date: Fri, 30 Jan 2026 01:02:10 +0400 Subject: [PATCH] =?UTF-8?q?tentative=20suppl=C3=A9mentaire=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f9d7d..81aba61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: - name: Install dependencies run: | corepack enable - pnpm install --jobs 1 --prefer-offline + corepack prepare pnpm@latest --activate + pnpm install --no-frozen-lockfile --child-concurrency 1 - name: Build & Check run: |