deploy: add yarn
Déploiement API BETA / build (push) Successful in 2m14s
Déploiement API BETA / deploy (push) Failing after 8s

This commit is contained in:
2026-05-16 10:03:50 +04:00
parent d7575a28bd
commit 7950eb4fae
+3 -1
View File
@@ -15,7 +15,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Activer Corepack (yarn)
run: corepack enable
- name: Installer les dépendances
run: yarn install --frozen-lockfile