Force Node >= 22.12 for Angular build

This commit is contained in:
AD2025
2025-12-29 23:15:13 +02:00
parent ff8bb04422
commit ece32f60e8

View File

@@ -1,6 +1,9 @@
{
"name": "frontend",
"version": "0.0.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"ng": "ng",
"start": "ng serve",