From 946433703645e70461ca30fba22670db4a65eeda Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 11 Nov 2021 13:36:52 +0000 Subject: [PATCH] Update npm and node engines versions Signed-off-by: Nextcloud bot --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b7c541765..61c85a115 100644 --- a/package.json +++ b/package.json @@ -66,8 +66,8 @@ "extends @nextcloud/browserslist-config" ], "engines": { - "node": ">=14.0.0", - "npm": ">=7.0.0" + "node": "^14.0.0", + "npm": "^7.0.0" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0",