Skip to content

Commit 190332c

Browse files
committed
fix
1 parent df4919b commit 190332c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/dependency-analysis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ jobs:
119119
corepack prepare npm@"$LOC_VERSION" --activate 1>/dev/null
120120
pnpm config set auto-install-peers false
121121
else
122-
#echo "[DEBUG] - MAX_VERSION is lower than 7.1.3"
123-
corepack prepare npm@"$LOC_VERSION" --activate 1>/dev/null
124-
#corepack use pnpm@"$LOC_VERSION" 1>/dev/null
125-
122+
echo "[DEBUG] - MAX_VERSION is lower than 7.1.3"
123+
#corepack prepare npm@"$LOC_VERSION" --activate 1>/dev/null
124+
corepack use pnpm@"$LOC_VERSION" 1>/dev/null
126125
fi
127126
fi
128127
echo "[DEBUG] - pnpm version"

0 commit comments

Comments
 (0)