diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index e5c4f6e05d4..a6a02ac61bb 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" |