Closed blushi closed 3 months ago
Since today, bun install step is failing in my github workflow with the following error (using oven-sh/setup-bun@v1):
bun install
bun install shell: /usr/bin/bash -e {0} bun install v1.1.14 (7c27f3f9) error: FailedToOpenSocket downloading tarball react-error-overlay@6.0.9 Error: Process completed with exit code 1.
FYI using bun-version: 1.1.13 solves the issue temporarily
bun-version: 1.1.13
This looks like issue with bun itself
Indeed. So closing.
Since today,
bun install
step is failing in my github workflow with the following error (using oven-sh/setup-bun@v1):