Use 'npm ci' instead of 'npm install' to be able to install exactly what is in a lockfile
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user