Skip to content

Commit 4ae007f

Browse files
committed
fix
1 parent 0ae6548 commit 4ae007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
LOC_TYPE=$(basename $LOC_FILE)
141141
LOC_DIR=$(dirname $LOC_FILE)
142142
cd $LOC_DIR
143+
echo -e "\n\n"
143144
case $LOC_TYPE in
144145
"yarn.lock")
145146
COUNT=$((COUNT+1))
@@ -150,7 +151,6 @@ jobs:
150151
message_type "NPM is no longer allowed. Kindly replace the lockfile using PNPM : $LOC_FILE"
151152
;;
152153
"pnpm-lock.yaml")
153-
echo -e "\n\n"
154154
echo "[DEBUG] - get pnpm version"
155155
pnpm -v
156156
echo "[DEBUG] - get node version"

0 commit comments

Comments
 (0)