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
ci: install supported deno version to de-flake tests
When the globally installed deno cli isn't a supported version, the build automatically tries to
install a local binary. Unfortunately when running multiple builds concurrently on the same machine
with default configuration, there's a race condition where a binary tries to get written to the same
path where one is currently running, leading to an OS error.
Just install the correct version globally.
See (internal link) https://netlify.slack.com/archives/C03ETTLQ9BP/p1761826639264259
0 commit comments