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:18 +00:00 committed by nextcloud-command
parent 5e8d3742e6
commit 9cb25e7e42

View file

@ -32,8 +32,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^24.0.0",
"npm": "^11.3.0"
},
"dependencies": {
"@nextcloud/auth": "^1.3.0",