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:58:24 +00:00 committed by Elizabeth Danzberger
parent 9869995ca9
commit 62f858cb8c
No known key found for this signature in database
GPG key ID: 6B466A21DF5E753C

View file

@ -44,8 +44,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^22.0.0",
"npm": "^10.5.0"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",