From 3febf3e3577d1ccfeb113bba9810a0c67f3fd951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Aubert?= Date: Tue, 6 Nov 2018 12:58:51 +0100 Subject: [PATCH] Use 'npm ci' instead of 'npm install' to be able to install exactly what is in a lockfile --- run_tests_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests_docker.sh b/run_tests_docker.sh index d1d2a9d6..1ccde19f 100644 --- a/run_tests_docker.sh +++ b/run_tests_docker.sh @@ -21,7 +21,7 @@ if [ "$NODEJS_VERSION" = "nodejs10" ]; then echo "npm version on install:" npm -v - npm install + npm ci npm ls elif [ "$NODEJS_VERSION" = "nodejs6" ]; then