ci: Build-Node von 20 (EOL) auf 24 (aktueller Active LTS) heben

Node 20 ist seit ~April 2026 End-of-Life. Node 24 "Krypton" ist der aktuelle
Active LTS und passt zur node24-Laufzeit der Actions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-07-23 11:01:39 +02:00
co-authored by Claude Opus 4.8
parent c2181e3252
commit 6aee82949b
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Node einrichten
uses: actions/setup-node@v5
with:
node-version: 20
node-version: 24
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Abhängigkeiten installieren