From e978b342a3ff0b983f7fa190d89a1e2a086da480 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 14 Jul 2025 09:48:59 +0200 Subject: [PATCH] Update Build-Solution.yml --- .github/workflows/Build-Solution.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build-Solution.yml b/.github/workflows/Build-Solution.yml index 8e3036e..0dae634 100644 --- a/.github/workflows/Build-Solution.yml +++ b/.github/workflows/Build-Solution.yml @@ -10,15 +10,15 @@ jobs: - name: checkout Repository uses: actions/checkout@v4 - - name: use NodeJS v22.16.0 + - name: use NodeJS v24.4.0 uses: actions/setup-node@v4 with: - node-version: '22.16.0' + node-version: '24.4.0' - name: Install Dependencies run: npm install - - name: run Build Production + - name: run Build run: npm run buildProduction - name: get Version from package.json