Standardize Node.js version to 24 (#599)

Update Node.js from 20 to 24 across CI workflows, Dockerfiles,
package.json engines field, and add .node-version file for consistent
local development.
This commit is contained in:
Darko Gjorgjijoski
2026-04-02 17:08:39 +02:00
committed by GitHub
parent f623cd0179
commit 08dfe62312
7 changed files with 747 additions and 519 deletions

View File

@@ -1,5 +1,8 @@
{
"private": true,
"engines": {
"node": ">=24"
},
"type": "module",
"scripts": {
"dev": "vite",