From ae551545d3dc524bb864fd27211ebd7700e851b2 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:50:08 +0200 Subject: [PATCH] tried without node 3 --- .gitea/workflows/pull_request.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index e0e96c0..aa4c883 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -32,7 +32,8 @@ jobs: test: runs-on: ubuntu-latest container: - image: ghcr.io/cirruslabs/flutter:stable + #image: ghcr.io/cirruslabs/flutter:stable + image: cimg/node:22.11 steps: # - name: Install Node # run: |