diff options
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f96332ba48e..b8609ab80bb 100644 --- a/package.json +++ b/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" |