Skip to content

Commit fb91955

Browse files
committed
Bump dependencies
Fixes crash on launch possibly caused by electron-userland/electron-builder#8431
1 parent 731c826 commit fb91955

File tree

3 files changed

+428
-349
lines changed

3 files changed

+428
-349
lines changed

.github/workflows/build-linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424

2525
- name: "Install Node"
2626
uses: actions/setup-node@v4
27+
with:
28+
node-version: "22"
2729

2830
- name: Install deps and build
2931
run: |

0 commit comments

Comments
 (0)