From f307e3a8fcc2c75463060bface91ec408bad64f3 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 21 Jan 2026 15:15:26 +0100 Subject: [PATCH] ci: tryfix container image --- .gitea/workflows/pipeline.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 9c1dc4c..97fee02 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest container: image: ubuntu:25.10 - steps: - - name: Checkout repository - uses: https://gitea.com/actions/checkout@v4 - + steps: - name: Install node and npm run: apt-get update && apt-get install -y nodejs npm + - name: Checkout repository + uses: https://gitea.com/actions/checkout@v4 + - name: Install dependencies for frontend working-directory: ./frontend run: npm ci