mirror of https://github.com/DJ2LS/FreeDATA.git
Update build_nsis_bundle.yml
parent
539d8296ac
commit
8900274884
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue