mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-07-19 17:30:36 -07:00
update dependencies, add electron fix in package.json (#4175)
The electron install problem is still not fixed upstream so I added
```json
"overrides": {
"yauzl": "^3.3.1"
},
```
to `package.json`. This should be reverted when fixed upstream.
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [22.x, 24.15.0, 26.0.0]
|
||||
node-version: [22.x, 24.x, 26.x]
|
||||
steps:
|
||||
- name: Install electron dependencies and labwc
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user