This commit is contained in:
@@ -11,9 +11,15 @@ jobs:
|
|||||||
container: node:24 # Utilise l'image officielle Node.js 24
|
container: node:24 # Utilise l'image officielle Node.js 24
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4 # Action Gitea pour checkout
|
run: |
|
||||||
with:
|
git config --global advice.detachedHead false
|
||||||
fetch-depth: 0
|
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
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user