Update Build-Validation.yml

This commit is contained in:
Julian Lechner
2025-07-07 18:11:04 +02:00
committed by GitHub
parent 1ceecffb8f
commit 60c726a781
+4 -4
View File
@@ -8,16 +8,16 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Repository auschecken - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Node.js v22.16.0 einrichten - name: use NodeJS v22.16.0
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: '22.16.0' node-version: '22.16.0'
- name: Abhängigkeiten installieren - name: Install Dependencies
run: npm install run: npm install
- name: Build ausführen - name: run Rollout Build
run: npm run rolloutBuild run: npm run rolloutBuild