Merge pull request #2576 from balena-io/flowzone-npm-ci

Update flowzone tests to use npm ci
This commit is contained in:
Balena CI 2022-12-29 02:19:24 -05:00 committed by GitHub
commit 42b2269e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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