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:
co-authored by
Claude Opus 4.8
parent
c2181e3252
commit
6aee82949b
@@ -45,7 +45,7 @@ jobs:
|
|||||||
- name: Node einrichten
|
- name: Node einrichten
|
||||||
uses: actions/setup-node@v5
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 24
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: frontend/package-lock.json
|
cache-dependency-path: frontend/package-lock.json
|
||||||
- name: Abhängigkeiten installieren
|
- name: Abhängigkeiten installieren
|
||||||
|
|||||||
Reference in New Issue
Block a user