mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Update npm and node engines versions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue