From 2697957d9ed4e884ec07cfe2f91e213a83fcca48 Mon Sep 17 00:00:00 2001 From: NHoarau Date: Fri, 30 Jan 2026 00:55:54 +0400 Subject: [PATCH] =?UTF-8?q?tentative=20suppl=C3=A9mentaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7ac971..b1f9d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,8 @@ jobs: - name: Install dependencies run: | - node -v - npm install -g pnpm - pnpm install --no-frozen-lockfile + corepack enable + pnpm install --jobs 1 --prefer-offline - name: Build & Check run: |