Skip to content

Commit

Permalink
Add electron 27.0, 27.1, 27.2, 27.3,
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhille committed Aug 20, 2024
1 parent e0fc40b commit 568d8cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ jobs:
architecture: [x64, ia32, arm64]
electron:
[
27.0.0,
27.1.0,
27.2.0,
27.3.0,
26.0.0,
26.1.0,
26.2.0,
Expand Down Expand Up @@ -150,6 +154,14 @@ jobs:
- architecture: x64
architecture_node: x64
target_architecture: x64
- electron: 27.3.0
node: 18.17.1
- electron: 27.2.0
node: 18.17.1
- electron: 27.1.0
node: 18.17.1
- electron: 27.0.0
node: 18.17.1
- electron: 26.6.0
node: 18.16.0
- electron: 26.5.0
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Add electron 24.7 and 24.8
- Add electron 25.4, 25.5, 25.6, 25.7, 25.8 and 25.9
- Add electron 26.0, 26.1, 26.2, 26.3, 26.4, 26.5, 26.6
- Add electron 27.0, 27.1, 27.2 and 27.3
- Add node v22.0.0

## [4.1.0] - 2023-12-13
Expand Down

0 comments on commit 568d8cf

Please sign in to comment.