Update npm and node engines versions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/33477/head
Nextcloud bot 2022-08-07 07:51:26 +07:00
parent 9af2cea9b4
commit ec83ee8fef
1 changed files with 2 additions and 2 deletions

@ -149,8 +149,8 @@
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"overrides": {
"colors": "1.4.0"