mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-03 22:36:09 +00:00
Use latest@version of node for automated-tests.yaml (#3483)
Maybe it's a good idea to use latest@node version for automated-tests Actually it's an "random" version Note: it's already used [there in electronRebuild](https://github.com/MagicMirrorOrg/MagicMirror/blob/develop/.github/workflows/electronRebuild.yaml#L19)
This commit is contained in:
parent
aefb3a0b6d
commit
f28b4bd709
1
.github/workflows/automated-tests.yaml
vendored
1
.github/workflows/automated-tests.yaml
vendored
@ -26,6 +26,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
check-latest: true
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: |
|
run: |
|
||||||
|
@ -25,6 +25,7 @@ Thanks to: @kleinmantara (to be continued before release)
|
|||||||
- [core] Update dependencies including electron to v31
|
- [core] Update dependencies including electron to v31
|
||||||
- [core] use node >= v20
|
- [core] use node >= v20
|
||||||
- [core] Update `config.js.sample` to use openmeteo as weather provider which needs no api key
|
- [core] Update `config.js.sample` to use openmeteo as weather provider which needs no api key
|
||||||
|
- [Tests] Use latest@version of node for automated-tests.yaml
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user