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
+1
View File
@@ -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