From 545fbfd7f4f7e9e40885bc7e1373cfdca26c1ad0 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Thu, 16 Sep 2021 20:58:00 +0200 Subject: [PATCH] specify npm version in the engine Signed-off-by: Augustin Husson --- web/ui/package-lock.json | 5 ++++- web/ui/package.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/web/ui/package-lock.json b/web/ui/package-lock.json index 8a98b861d6..d5371e82f6 100644 --- a/web/ui/package-lock.json +++ b/web/ui/package-lock.json @@ -8,7 +8,10 @@ "workspaces": [ "react-app", "module/*" - ] + ], + "engines": { + "npm": ">=7.0.0" + } }, "module/codemirror-promql": { "version": "0.18.0", diff --git a/web/ui/package.json b/web/ui/package.json index 7f4f4c0141..885e9c5cf0 100644 --- a/web/ui/package.json +++ b/web/ui/package.json @@ -12,5 +12,8 @@ "workspaces": [ "react-app", "module/*" - ] + ], + "engines": { + "npm": ">=7.0.0" + } }