Update build_nsis_bundle.yml

develop-kgb-26
Kai Günter Brandt 2026-07-24 08:49:54 +02:00 committed by GitHub
parent 539d8296ac
commit 8900274884
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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