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:49:07 +00:00
committed by nextcloud-command
parent 357c6c1c5a
commit b3d7e1b128

View File

@@ -69,8 +69,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^22.0.0",
"npm": "^10.5.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",