From c88d25b4ee97c957b0bb8b8d1472ab22b9cd1a29 Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Wed, 22 Dec 2021 22:35:55 +0100 Subject: [PATCH] update node versions in templates and github workflows --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE.md | 2 +- .github/workflows/automated-tests.yml | 2 +- CHANGELOG.md | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d3912283..c93daa37 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -32,7 +32,7 @@ When submitting a new issue, please supply the following information: **Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX). -**Node Version**: Make sure it's version 12 or later (recommended is 14). +**Node Version**: Make sure it's version 14 or later (recommended is 16). **MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file. diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index fd922dad..b441c20a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -33,7 +33,7 @@ When submitting a new issue, please supply the following information: **Platform**: Place your platform here... give us your web browser/Electron version _and_ your hardware (Raspberry Pi 2/3/4, Windows, Mac, Linux, System V UNIX). -**Node Version**: Make sure it's version 12 or later (recommended is 14). +**Node Version**: Make sure it's version 14 or later (recommended is 16). **MagicMirror Version**: Please let us know which version of MagicMirror you are running. It can be found in the `package.json` file. diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index 79888154..cdd86e6a 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 17.x] steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 02af91e2..e04b54c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ _This release is scheduled to be released on 2022-01-01._ - Added lithuanian language to translations.js - Show info message if newsfeed is empty (fixes #2731) - Added dangerouslyDisableAutoEscaping config option for newsfeed templates (fixes #2712) +- Node versions in templates and github workflows. ### Fixed