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