From a3e02450082f177e8a65adecdec6c01f3ba258c5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:44:29 +0200 Subject: [PATCH] tried fix pipeline v3 --- .gitea/workflows/pull_request.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 0644439..dbc0899 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -34,6 +34,11 @@ jobs: container: image: ghcr.io/cirruslabs/flutter:stable steps: + - name: Install Node + run: | + apt-get update + apt-get install -y nodejs npm + - name: Checkout code uses: actions/checkout@v4