-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action-setup V2 issue: ERR_PNPM_META_FETCH_FAIL #136
Comments
Edit: I didn't realise we were using v2 rather than v4, which seems to work, so the fix genuinely is "upgrade to v4" :) |
updated pnpm/action-setup@v2 => pnpm/action-setup@v4 fix the issue |
Duplicate of #135. The proposed "fix" is a work around and method of going forward provided GitHub workflows can be readily updated and approved. But it does not resolve stuck / failing workflow runs, many of which cannot be triggered again without additional code updates via merge or rebase of each one to pull in the use of the updated workflow action version. |
…26838) I just created a new nx monorepo with pnpm and in the github.ci file it uses pnpm/action-setup@v2. I ran into the following issue pnpm/action-setup#136 and updating to pnpm/action-setup@v4 solved the issue for me --------- Co-authored-by: Jan-Niklas Wortmann <[email protected]> Co-authored-by: Miroslav Jonaš <[email protected]>
…26838) I just created a new nx monorepo with pnpm and in the github.ci file it uses pnpm/action-setup@v2. I ran into the following issue pnpm/action-setup#136 and updating to pnpm/action-setup@v4 solved the issue for me --------- Co-authored-by: Jan-Niklas Wortmann <[email protected]> Co-authored-by: Miroslav Jonaš <[email protected]>
…26838) I just created a new nx monorepo with pnpm and in the github.ci file it uses pnpm/action-setup@v2. I ran into the following issue pnpm/action-setup#136 and updating to pnpm/action-setup@v4 solved the issue for me --------- Co-authored-by: Jan-Niklas Wortmann <[email protected]> Co-authored-by: Miroslav Jonaš <[email protected]> (cherry picked from commit 9faeddc)
Recently when running pnpm/action-setup@v2 in GitHub CI I got this error:
Using node-version 20
It happens during self-install, seems to be a connection problem
It started about one day ago
The text was updated successfully, but these errors were encountered: