From 89002748840bbb9068596560825893d9ddcd6366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20G=C3=BCnter=20Brandt?= Date: Fri, 24 Jul 2026 08:49:54 +0200 Subject: [PATCH] Update build_nsis_bundle.yml --- .github/workflows/build_nsis_bundle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_nsis_bundle.yml b/.github/workflows/build_nsis_bundle.yml index a1466c6e..2fc9cfd4 100644 --- a/.github/workflows/build_nsis_bundle.yml +++ b/.github/workflows/build_nsis_bundle.yml @@ -9,10 +9,10 @@ jobs: - name: Check out repository uses: actions/checkout@v5 - - name: Set up Python 3.13 + - name: Set up Python 3.12 uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.12" - name: Install NSIS via choco run: choco install nsis @@ -20,7 +20,7 @@ jobs: - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v6 with: - node-version: 24 + node-version: 21 - name: Vue Builder working-directory: freedata_gui