mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-03 09:51:14 +00:00
The unit tests were full of warnings `ExperimentalWarning: localStorage is not available because --localstorage-file was not provided.` for node versions >=25. Additionally this PR nails node to `v26.0.0` in the automated-tests workflow until the [playwright issue](https://github.com/microsoft/playwright/issues/40724) is fixed. Will revert this after fixed playwright version is available.