Skip to content

Commit e915f99

Browse files
committed
update to electron v34
1 parent 6e40c44 commit e915f99

File tree

4 files changed

+84
-98
lines changed

4 files changed

+84
-98
lines changed

.github/workflows/electron-rebuild.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: sudo apt-get install gpiod libgpiod2 libgpiod-dev
2626
- name: Install test library (node-libgpiod) to be rebuilded
2727
run: npm install node-libgpiod
28+
- name: Fix for nan and electron rebuild as long as https://github.com/nodejs/nan/pull/979 is not merged
29+
run: sed -i 's|^#include .nan_scriptorigin\.h.*||g' ./node_modules/nan/nan.h
2830
- name: Run electron-rebuild
2931
run: npx electron-rebuild
3032
continue-on-error: false

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ planned for 2025-04-01
2424

2525
### Updated
2626

27-
- [core] Update dependencies and formatting
27+
- [core] Update dependencies and formatting including electron to v34
2828

2929
### Fixed
3030

package-lock.json

Lines changed: 77 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)