From b5cffbf56fa9d9a362e9b10b2243b32ea43e549f Mon Sep 17 00:00:00 2001 From: ineszang Date: Tue, 15 Sep 2026 16:59:34 +0200 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20changement=20de=20version=20de?= =?UTF-8?q?s=20actions=20pour=20raisons=20de=20compatibilit=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 923baa1..412e1a0 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -1,7 +1,7 @@ # Pipeline à multiple scénarios # pour l'environnement de dev -name: Dev Pipeline (frontend) +name: Frontend on: # workflow_dispatch -> lancement manuel des jobs @@ -56,8 +56,8 @@ jobs: if: ${{ github.event.inputs.job_choice == 'build' || github.event.inputs.job_choice == 'all' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: 24 cache: npm