mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
add node 20 for appimage
This commit is contained in:
parent
0cbad23d10
commit
bb8778080d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_appimage_bundle.yml
vendored
5
.github/workflows/build_appimage_bundle.yml
vendored
|
@ -14,6 +14,11 @@ jobs:
|
|||
with:
|
||||
python-version: "3.11"
|
||||
|
||||
- name: Install Node.js, NPM and Yarn
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Electron Builder
|
||||
working-directory: freedata_gui
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue