From 77693c18a1066e64dc63e41f6e9a275debdc1f11 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 21 Jul 2024 23:44:42 +0200 Subject: [PATCH] bump node to 20 (#7698) --- .github/workflows/qc_checks.yaml | 2 +- .github/workflows/translations.yaml | 2 +- docs/docs/develop/contributing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 35a92d7efc..5858ced323 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -10,7 +10,7 @@ on: env: python_version: 3.9 - node_version: 18 + node_version: 20 # The OS version must be set per job server_start_sleep: 60 diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 6ffddb4d02..0bdcd80517 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -7,7 +7,7 @@ on: env: python_version: 3.9 - node_version: 18 + node_version: 20 permissions: contents: read diff --git a/docs/docs/develop/contributing.md b/docs/docs/develop/contributing.md index 4563487a04..931d8111fe 100644 --- a/docs/docs/develop/contributing.md +++ b/docs/docs/develop/contributing.md @@ -125,7 +125,7 @@ The core software modules are targeting the following versions: | Python | {{ config.extra.min_python_version }} | Minimum required version | | Invoke | {{ config.extra.min_invoke_version }} | Minimum required version | | Django | {{ config.extra.django_version }} | Pinned version | -| Node | 18 | Only needed for frontend development | +| Node | 20 | Only needed for frontend development | Any other software dependencies are handled by the project package config.