Upgrade project to Node 24

Node 22 leaves active LTS at the end of October. Move the Docker base
image and the documented local requirement to Node 24.

Pull @types/node from ^25 down to ^24 so the type definitions no longer
describe a newer runtime than the one in use. Types ahead of the runtime
let TypeScript accept APIs that are not there at execution time; the
opposite direction is harmless.

Add an engines field to record the supported version. No .nvmrc, since
the project is not used with a Node version manager.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Julian Appel 2026-08-23 18:05:50 +02:00
parent a17e2e3f4b
commit 9504905c8f
4 changed files with 20 additions and 12 deletions

View file

@ -70,7 +70,7 @@ Produktionsdeployment. Details stehen in
Voraussetzungen:
- Node.js 22
- Node.js 24
- npm
```powershell