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-11-05 18:15:29 +00:00 committed by nextcloud-command
parent 5556388abf
commit 1d877e00d8

View file

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