From 0fc7e9f4eb817ee7cd97323f96d65119276078f5 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Mon, 25 May 2026 13:53:33 +0200 Subject: [PATCH] tried without node 5 --- .gitea/workflows/pull_request.yaml | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 85cfb88..25be87f 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -32,27 +32,16 @@ jobs: test: runs-on: ubuntu-latest container: - #image: ghcr.io/cirruslabs/flutter:stable - image: cimg/node:22.11 + image: ghcr.io/cirruslabs/flutter:stable steps: - # - name: Install Node - # run: | - # apt-get update - # apt-get install -y nodejs npm + - name: Install Node + run: | + apt-get update + apt-get install -y nodejs npm - name: Checkout code uses: actions/checkout@v4 - # Required for Flutter action - # - name: Install jq - # run: | - # apt-get update - # apt-get install -y jq - - - name: Set up Flutter - uses: subosito/flutter-action@v2 - with: - channel: stable - name: Get dependencies run: |