fix
Build Project / build (push) Successful in 31s

This commit is contained in:
Kevin
2026-06-28 11:37:12 +02:00
parent b217b33c2d
commit 9cb4909481
12 changed files with 89 additions and 89 deletions
+3 -9
View File
@@ -11,15 +11,9 @@ jobs:
container: node:24 # Utilise l'image officielle Node.js 24
steps:
- name: Checkout repository
run: |
git config --global advice.detachedHead false
git checkout -- .
git submodule update --init --recursive
- name: Setup Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
apt-get install -y nodejs
uses: actions/checkout@v4 # Action Gitea pour checkout
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci