From d5d2507f7cb57340dfedda19639751507dae520c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 14 May 2026 20:34:39 +0400 Subject: [PATCH] fix: change dependency install command --- .gitea/workflows/deploy-beta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-beta.yaml b/.gitea/workflows/deploy-beta.yaml index 44eba74..f3e041e 100644 --- a/.gitea/workflows/deploy-beta.yaml +++ b/.gitea/workflows/deploy-beta.yaml @@ -18,7 +18,7 @@ jobs: cache: 'npm' - name: Installer les dépendances - run: npm ci + run: npm install - name: Lancer les tests run: npm test