@@ -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
|
||||
|
||||
Reference in New Issue
Block a user