Veeck
c7405b76b3
Split install and run commands in github actions ( #3112 )
...
... makes looking at the checks a little easier in case they fail
---------
Co-authored-by: veeck <michael@veeck.de>
2023-05-27 22:22:26 +02:00
Karsten Hassel
b80485b52f
use node v20 in github workflow (replacing v19) ( #3093 )
...
additional:
- update deps
- suppress more unwanted log errors in e2e tests
- add .gitattributes
- fix prettier/js warnings
2023-04-22 09:29:23 +02:00
Karsten Hassel
09f117c3d9
set Timezone Europe/Berlin
in unit tests ( #3087 )
...
needed for new formatTime unit tests.
Avoiding ugly TZ setting in github workflows, see
https://github.com/MichMich/MagicMirror/pull/3073
2023-04-08 08:55:43 +02:00
Veeck
32192d1698
Refactor formatTime into util class ( #3073 )
...
While looking at https://github.com/MichMich/MagicMirror/pull/3070 I
noticed that the weather and clock module do some formatTime stuff, so
why not use a common function for that?
---------
Co-authored-by: veeck <michael@veeck.de>
2023-04-07 23:11:54 +02:00
Kristjan ESPERANTO
0d3ad9812c
Drop node v14 support ( #3085 )
...
node v14 will have reached end-of-life by the next release.
From April 18th we can use node v20 instead of v19 for testing.
2023-04-07 19:24:27 +02:00
Veeck
88c7e42368
Enforce PRs to be based against develop branch ( #3031 )
...
"Inspired" by my mistake in
https://github.com/MichMich/MagicMirror/pull/3028 this PR will add a
worfklow check for the branch a PR is based against.
Open question is if this prevents @MichMich from preparing a release?
---------
Co-authored-by: veeck <michael@veeck.de>
2023-02-16 18:18:18 +01:00
Michael Teeuw
2cca6a2f39
Merge pull request #2875 from MichMich/dependabot/github_actions/actions/setup-node-3
...
Bump actions/setup-node from 2 to 3
2022-07-28 15:30:17 +02:00
Karsten Hassel
3fbd9006ad
new script install-mm
for simplifying mm installation and new params --no-audit --no-fund --no-update-notifier
for less noise
2022-07-25 22:35:16 +02:00
dependabot[bot]
54ab0b1bf0
Bump actions/setup-node from 2 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-02 11:07:27 +00:00
Kristjan SCHMIDT
9b2051827c
Use .yaml instead of .yml
...
This is the recommended file extension: https://yaml.org/faq.html
2022-06-06 23:57:52 +02:00