Skip to content

Commit 8f6cf08

Browse files
committed
Electron 43
1 parent 24b2121 commit 8f6cf08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
- name: Setup dotnet
8484
uses: actions/setup-dotnet@v5
8585
with:
86-
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel
86+
dotnet-version: '10.0.x' # SDK Version to use; x will use the latest version of the 10.0 channel
8787

8888
- name: Setup Mono
8989
if: runner.os == 'macOS'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ On Linux `npm install` will compile binaries with correct Electron headers for
5050

5151
| Electron | x64 | arm64 |
5252
| ------------ | ------------------ | ------------------ |
53-
| 29.x - 43.x | :heavy_check_mark: | :heavy_check_mark: |
53+
| 29.x - 42.x | :heavy_check_mark: | :heavy_check_mark: |
5454

5555
Other Linux architectures might work but have not been tested.
5656

0 commit comments

Comments
 (0)