Uh oh!
There was an error while loading. Please reload this page.
bug: enable Corepack before the i18n job resolves yarn - #558
Merged
Conversation
The job has never gone green. `actions/setup-node`'s caching step shells out to yarn to locate the cache folder, and the runner's global yarn is 1.22, which refuses to run at all against this repo's `packageManager: yarn@4.11.0` — so the job died before installing anything. Enable Corepack first. `corepack enable` writes its shims next to whichever node is on PATH, and only the tool-cache node that setup-node installs is writable without sudo, so setup-node has to run once before Corepack and again after it for the cache. The bootstrap pass sets package-manager-cache:false — from v5 setup-node caches automatically whenever package.json has a `packageManager` field, so otherwise it probes yarn too and fails in the same place. Also bumps checkout/setup-node to v5, which run natively on Node 24 and drop the Node 20 deprecation notice.
lukepoloforce-pushed
the
bug/i18n-workflow-corepack
branch
from
August 19, 2026 01:17
008a4a5 to
26392deCompareUh oh!
There was an error while loading. Please reload this page.
gabrielsdelima75 added a commit
to gabrielsdelima75/web
that referenced
this pull request
Aug 19, 2026
gabrielsdelima75 added a commit
to gabrielsdelima75/web
that referenced
this pull request
Aug 19, 2026
gabrielsdelima75 added a commit
to gabrielsdelima75/web
that referenced
this pull request
Aug 19, 2026
lukepolo pushed a commit
that referenced
this pull request
Aug 19, 2026
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 freeto 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.
No description provided.