Upgrade to Electron 29, Node.js 20.

This commit is contained in:
Daniel Scalzi
2024-02-22 11:42:13 -05:00
parent fc4823a01f
commit 0d23f5c45b
7 changed files with 424 additions and 113 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Set up Python
uses: actions/setup-python@v4