This commit is contained in:
2026-06-28 16:55:55 +02:00
parent 9277303969
commit b24b641a8f
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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: |