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: |