From f28b4bd709489ec7bdfc537338a33c701d632345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bugsounet=20-=20C=C3=A9dric?= Date: Wed, 26 Jun 2024 21:43:41 +0200 Subject: [PATCH] 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) --- .github/workflows/automated-tests.yaml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 301b08d4..9ac92f21 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -26,6 +26,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + check-latest: true cache: "npm" - name: "Install dependencies" run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 42579494..8d169a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Thanks to: @kleinmantara (to be continued before release) - [core] Update dependencies including electron to v31 - [core] use node >= v20 - [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