Skip to content

Commit 7db5faf

Browse files
committed
FIX: build
1 parent 27be200 commit 7db5faf

File tree

4 files changed

+213
-163
lines changed

4 files changed

+213
-163
lines changed

.github/workflows/electron.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Ensure Node Version
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 24
2626

2727
- name: Set Version from package.json
2828
id: variables
@@ -65,7 +65,7 @@ jobs:
6565
- name: macOS build args
6666
if: matrix.os == 'macos-latest'
6767
run: echo "BUILD_ARGS=--universal" >> $GITHUB_ENV
68-
68+
6969
- name: Install Dependencies
7070
run: |
7171
cd launcher && npm i
@@ -218,4 +218,3 @@ jobs:
218218
run: |
219219
gh release upload --clobber "${{ steps.variables.outputs.version }}-draft" dist/*
220220
if: ${{ !contains(github.event.head_commit.message, '[NOCI]') && !contains(github.event.head_commit.message, '[DRAFT]') }}
221-

0 commit comments

Comments
 (0)