chore: bump minimum Node.js version to v24.14.0 across codebase

This commit is contained in:
2026-03-24 11:58:47 +01:00
parent b2bcffa509
commit f6c4b00c4a
8 changed files with 23 additions and 22 deletions

View File

@@ -36,6 +36,6 @@
"author": "AITBC Team",
"license": "MIT",
"engines": {
"node": ">=22.22.0"
"node": ">=24.14.0"
}
}