CI/CD - Mise en place des workflows Gitea Actions #1

Merged
cedric merged 6 commits from dev into master 2026-05-16 07:55:45 +00:00
Showing only changes of commit 7950eb4fae - Show all commits
+3 -1
View File
@@ -15,7 +15,9 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '20'
cache: 'yarn'
- name: Activer Corepack (yarn)
run: corepack enable
- name: Installer les dépendances - name: Installer les dépendances
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile