build: update node and npm engines versions

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Nextcloud bot 2025-08-25 12:52:22 +00:00 committed by nextcloud-command
parent 27f161b2ed
commit 7d59496878

View file

@ -31,5 +31,9 @@
"karma-requirejs": "^1.1.0",
"karma-verbose-reporter": "0.0.3",
"requirejs": "^2.3.2"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
}
}