Browse Source

Update npm and node engines versions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
pull/33477/head
Nextcloud bot 3 years ago
parent
commit
ec83ee8fef
  1. 4
      package.json

4
package.json

@ -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"

Loading…
Cancel
Save