From 77f99ca15b5822a86a2e87b81d41a639863dae8d Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Fri, 11 Aug 2023 18:41:29 +0800 Subject: [PATCH] Use npm ci to install dependencies for reproducible builds (#11211) --- apm-webapp/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml index 2ccf6d4795..6e1592a500 100644 --- a/apm-webapp/pom.xml +++ b/apm-webapp/pom.xml @@ -111,7 +111,7 @@ - npm install + npm ci npm