From 045d65e0baef8545c82885255e4a4cebac574576 Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 3 Apr 2021 18:32:12 +0200 Subject: [PATCH] chore: npm 6 as min to install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76705be02..6b335067a 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ }, "engines": { "node": ">=12", - "npm": ">=5" + "npm": ">=6" }, "preferGlobal": true, "husky": {