diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8876fddd..bb16e718 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,6 +106,7 @@ jobs: architecture: [x64, ia32, arm64] electron: [ + 32.0.0, 31.0.0, 31.1.0, 31.2.0, @@ -173,6 +174,8 @@ jobs: - architecture: x64 architecture_node: x64 target_architecture: x64 + - electron: 32.0.0 + node: 20.16.0 - electron: 31.4.0 node: 20.16.0 - electron: 31.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f330f8..2ba213b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add electron 29.0, 29.1, 29.2, 29.3 and 29.4 - Add electron 30.0, 30.1, 30.2, 30.3 and 30.4 - Add electron 31.0, 31.1, 31.2, 31.3 and 31.4 +- Add electron 32.0 - Add node v22.0.0 ## [4.1.0] - 2023-12-13