Update flowzone tests to use npm ci

Will also make sure that the shrinkwrap is
matching the committed package.json.

Change-type: patch
This commit is contained in:
Thodoris Greasidis 2022-12-29 08:24:24 +02:00
parent 3328f40416
commit c818d846b3

View File

@ -36,7 +36,7 @@ runs:
[[ '${{ inputs.VERBOSE }}' =~ on|On|Yes|yes|true|True ]] && set -x
if [[ -e package-lock.json ]]; then
if [[ -e package-lock.json ]] || [[ -e npm-shrinkwrap.json ]]; then
npm ci
else
npm i