From b1e4f50c9c086f299de49e593981b1f515bc2d86 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 5 Mar 2026 17:30:32 +0100 Subject: [PATCH] =?UTF-8?q?CI:=20utiliser=20l'image=20ci-node=20(Node=2020?= =?UTF-8?q?=20+=20lftp=20+=20PHP=20pr=C3=A9install=C3=A9s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remplace ci-php + installation runtime de Node par l'image ci-node qui embarque tout le nécessaire — build plus rapide et plus propre. Co-Authored-By: Claude Sonnet 4.6 --- .forgejo/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 8242edc..89e812e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: name: Deploy to Production runs-on: docker container: - image: forgejo-ci-php:latest + image: forgejo-ci-node:latest steps: - name: Checkout code run: | @@ -19,8 +19,6 @@ jobs: - name: Build Svelte app run: | - curl -fsSL https://deb.nodesource.com/setup_22.x | bash - - apt-get install -y -qq nodejs npm ci npm run build