Skip to content

Commit 0ae6548

Browse files
committed
fix
1 parent 26e32cb commit 0ae6548

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
@@ -167,7 +167,7 @@ jobs:
167167
echo "[DEBUG] - safe chain start"
168168
169169
#pnpm install --frozen-lockfile --loglevel warn --safe-chain-logging=verbose
170-
pnpm install --frozen-lockfile --safe-chain-logging=verbose
170+
#pnpm install --frozen-lockfile --safe-chain-logging=verbose
171171
COUNT=$((COUNT+1))
172172
;;
173173
"*")

0 commit comments

Comments
 (0)