Skip to content

Add --frozen-lockfile to yarn install commands#56

Open
rak-phillip wants to merge 1 commit intorancher:masterfrom
rak-phillip:task/ci-frozen-lockfile
Open

Add --frozen-lockfile to yarn install commands#56
rak-phillip wants to merge 1 commit intorancher:masterfrom
rak-phillip:task/ci-frozen-lockfile

Conversation

@rak-phillip
Copy link
Copy Markdown
Member

@rak-phillip rak-phillip commented Apr 2, 2026

Summary

This updates yarn install usage to enforce --frozen-lockfile across all yarn and yarn install commands.

Occurred changes and/or fixed issues

  • Add --frozen-lockfile to yarn install commands

Technical notes summary

--frozen-lockfile makes installs deterministic by ensuring that yarn installs the exact dependency versions already defined in yarn.lock. If the lockfile is out of sync with package.json, the install fails immediately instead of silently re-resolving dependencies or mutating the lockfile.

Areas or cases that should be tested

CI should pass without failure.

Related work

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
@rak-phillip rak-phillip requested review from nwmac and richard-cox April 2, 2026 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant