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