You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corepack on Windows inside of GitHub Actions appears to fail prepare npm@latest --activate the first time it is invoked for some reason. Subsequent calls to prepare npm@latest --activate (appear to) succeed.
This is with npm install -g corepack@latest, so it fails in the most-recent version.
Corepack on Windows inside of GitHub Actions appears to fail
prepare npm@latest --activate
the first time it is invoked for some reason. Subsequent calls toprepare npm@latest --activate
(appear to) succeed.This is with
npm install -g corepack@latest
, so it fails in the most-recent version.I'm unable to reproduce the failure locally.
You can see the workaround we have added in our test suite:
nathanhammond/turbo@8704887
GitHub Actions runs demonstrating the failure:
https://github.com/vercel/turborepo/runs/8009494656?check_suite_focus=true#step:10:2570
https://github.com/vercel/turborepo/runs/8037161338?check_suite_focus=true#step:10:124
As a reproduction I offer the parent commit of the workaround (fails 100% of the time):
nathanhammond/turbo@6c6aada
The text was updated successfully, but these errors were encountered: