update lockfile-lint

This commit is contained in:
Samuel Newman
2026-02-04 13:26:44 -06:00
parent 825d2a6073
commit 74cfecb992
2 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
with:
# Fine to skip scripts since we don't run any code
# Hardened mode validates lockfile security (no mismatched metadata, valid resolutions)
command: YARN_ENABLE_HARDENED_MODE=1 yarn install --skip-builds
command: YARN_ENABLE_HARDENED_MODE=1 yarn install --mode skip-build
attempt_limit: 3
attempt_delay: 2000