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