Fix pnpm lockfile integrity check (#10529)

This commit is contained in:
DS Boyce
2026-05-18 13:52:43 -07:00
committed by GitHub
parent 79872b8be5
commit 52342f1cda
4 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
uses: Wandalen/wretry.action@master
with:
# Fine to skip scripts since we don't run any code
command: pnpm install --ignore-scripts
command: pnpm clean && pnpm install --ignore-scripts --no-frozen-lockfile
attempt_limit: 3
attempt_delay: 2000