Skip to content

fix(ci): commit yarn.lock for immutable installs on PRs - #73

Open
charlesmadjeri wants to merge 1 commit into
devfrom
cma/fix-commit-lock-file
Open

fix(ci): commit yarn.lock for immutable installs on PRs#73
charlesmadjeri wants to merge 1 commit into
devfrom
cma/fix-commit-lock-file

Conversation

@charlesmadjeri

@charlesmadjeri charlesmadjeri commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

OP#178

This PR needs to be tested/merged with the lucy_ws Pixi/Robostack refactor

Summary

lucy_ws CI runs pixi run panel-install after cloning this repo. Yarn 4’s hardened mode on public PRs rejects installs that would create a lockfile (YN0028), which is what happened because yarn.lock was gitignored and absent on fresh clones.

This PR commits the lockfile and pins Yarn to node-modules mode so CI installs are reproducible and immutable-safe.

Signed-off-by: Charles Madjeri <80175305+charlesmadjeri@users.noreply.github.com>
@charlesmadjeri charlesmadjeri self-assigned this Aug 30, 2026
@charlesmadjeri
charlesmadjeri marked this pull request as ready for review August 31, 2026 15:19
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.

2 participants