Migrate project setup to Node 24 runtime.

Update Node and TypeScript toolchain references, CI node version, lockfile resolution, and include current workspace/runtime files for consistency.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-08 19:11:27 +02:00
parent 7a5c1ec637
commit 91a8ce730c
8 changed files with 53 additions and 29 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: pnpm
- name: Setup pnpm