Update npm and node engines versions

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
nextcloud-command 2024-01-16 13:13:47 +00:00
parent 1d8760fa93
commit 6a0c38854e
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@
"@vue/test-utils": "^1.3.4"
},
"engines": {
"node": "^18.0.0",
"npm": "^8.0.0 || ^9.0.0"
"node": "^20.0.0",
"npm": "^10.0.0"
},
"browserslist": [
"extends @nextcloud/browserslist-config"