From 60c726a78175db266309aaacdc18707dfbec4883 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 7 Jul 2025 18:11:04 +0200 Subject: [PATCH] Update Build-Validation.yml --- .github/workflows/Build-Validation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Build-Validation.yml b/.github/workflows/Build-Validation.yml index 4986852..657a5dd 100644 --- a/.github/workflows/Build-Validation.yml +++ b/.github/workflows/Build-Validation.yml @@ -8,16 +8,16 @@ jobs: build: runs-on: ubuntu-latest steps: - - name: Repository auschecken + - name: Checkout Repository uses: actions/checkout@v4 - - name: Node.js v22.16.0 einrichten + - name: use NodeJS v22.16.0 uses: actions/setup-node@v4 with: node-version: '22.16.0' - - name: Abhängigkeiten installieren + - name: Install Dependencies run: npm install - - name: Build ausführen + - name: run Rollout Build run: npm run rolloutBuild