From f38ff8202db0304bfb84a7d1fe24a487aa3b0bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 15 May 2026 21:19:52 +0400 Subject: [PATCH] deploy: active yarn --- .gitea/workflows/deploy-beta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy-beta.yaml b/.gitea/workflows/deploy-beta.yaml index 1edf8ae..667c1f4 100644 --- a/.gitea/workflows/deploy-beta.yaml +++ b/.gitea/workflows/deploy-beta.yaml @@ -16,6 +16,9 @@ jobs: with: node-version: '22' + - name: Activer Yarn via Corepack + run: corepack enable + - name: Installer les dépendances run: yarn install --frozen-lockfile