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:37 +00:00 committed by nextcloud-command
parent 340ea17532
commit 14139905cc

View file

@ -89,7 +89,7 @@
"wait-on": "^9.0.1"
},
"engines": {
"node": "^22.0.0",
"npm": "^10.5.0"
"node": "^24.0.0",
"npm": "^11.3.0"
}
}