From b24b641a8fe830ffa84be0a29a494db15113f43e Mon Sep 17 00:00:00 2001 From: tezc4t Date: Sun, 28 Jun 2026 16:55:55 +0200 Subject: [PATCH] TEST --- .github/workflows/electron-build.yml | 1 + .github/workflows/mobile-build.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 40429c8..2db7c17 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' + cache: 'npm' # Ajout du cache pour npm - name: Install dependencies run: npm ci diff --git a/.github/workflows/mobile-build.yml b/.github/workflows/mobile-build.yml index 1e0e774..2ee43d6 100644 --- a/.github/workflows/mobile-build.yml +++ b/.github/workflows/mobile-build.yml @@ -93,9 +93,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' + cache: 'npm' # Ajout du cache pour npm - name: Installation des dépendances - run: npm install + run: npm ci - name: Génération propre du dossier iOS run: |