build: update node and npm engines versions

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/56226/head
Nextcloud bot 2025-11-05 18:15:37 +07:00 committed by nextcloud-command
parent 340ea17532
commit 14139905cc
1 changed files with 2 additions and 2 deletions

@ -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"
}
}