diff --git a/.github/workflows/main_volucy-gateway.yml b/.github/workflows/main_volucy-gateway.yml index 8e1d8a49..57d008f1 100644 --- a/.github/workflows/main_volucy-gateway.yml +++ b/.github/workflows/main_volucy-gateway.yml @@ -27,6 +27,14 @@ jobs: python -m venv venv source venv/bin/activate + - name: Node.js einrichten + uses: actions/setup-node@v4 + with: + node-version: "18" + + - name: Berechtigungen für start.sh + run: chmod +x start.sh + - name: Install dependencies run: pip install -r requirements.txt