Skip to content

Commit

Permalink
⬆ Bump electron-builder to 25.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Dec 2, 2024
1 parent c27216f commit 28ed8f4
Show file tree
Hide file tree
Showing 6 changed files with 1,969 additions and 454 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Change Package version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Change Package version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Change Package version
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Install macOS only requirement (Electron Builder) # TODO: Move to prepare-electron-builder.js script
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Pretest
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Build
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Install macOS only requirement (Electron Builder) # TODO: Move to prepare-electron-builder.js script
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Install
run: npm install
- name: Build
Expand Down
Loading

0 comments on commit 28ed8f4

Please sign in to comment.