add node 20 for appimage

This commit is contained in:
DJ2LS 2024-04-18 14:46:13 +02:00
parent 0cbad23d10
commit bb8778080d

View file

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