chore(ci): align Yarn 4 workflows and solidity workspace tooling#3999
Open
lionakhnazarov wants to merge 1 commit into
Open
chore(ci): align Yarn 4 workflows and solidity workspace tooling#3999lionakhnazarov wants to merge 1 commit into
lionakhnazarov wants to merge 1 commit into
Conversation
This was referenced May 25, 2026
…ed git setup Updates Solidity CI/doc/npm workflows to use the new setup-git-for-yarn action and aligns ecdsa/random-beacon workspace tooling, Docker, and lockfiles for Yarn 4 compatibility. Co-authored-by: Cursor <cursoragent@cursor.com>
8e4fea1 to
23b83ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack Context
This is PR 1/4 in the reorganization stack.
Base:
mainNext: #4000
What Changed
1) CI + workflow execution model
.github/actions/setup-git-for-yarn/action.yml..github/workflows/reusable-solidity-docs.yml..github/workflows/contracts-ecdsa.yml.github/workflows/contracts-random-beacon.yml.github/workflows/contracts-ecdsa-docs.yml.github/workflows/contracts-random-beacon-docs.yml.github/workflows/npm-ecdsa.yml.github/workflows/npm-random-beacon.yml2) Solidity workspace tooling alignment
solidity/ecdsa/.yarnrc.ymlsolidity/random-beacon/.yarnrc.ymlsolidity/ecdsa/.dockerignore,.eslintignore,.gitignore,.prettierignore,Dockerfilesolidity/random-beacon/.dockerignore,.gitignore,.prettierignore,Dockerfile3) Dependency metadata and lockfiles
solidity/ecdsa/package.json,solidity/ecdsa/tsconfig.jsonsolidity/random-beacon/package.json,solidity/random-beacon/tsconfig.jsonsolidity/ecdsa/yarn.locksolidity/random-beacon/yarn.lockOut of Scope
Test Plan