The CI status badge in the README appears to be broken.
On line 2, the badge is defined as:
[](https://github.com/vercel/fun/actions?workflow=Node+CI)
This badge points to a workflow named “Node CI”, but there is no workflow with that name currently in the repository. As a result, the badge image does not load correctly.
Expected behavior
The README should display a working GitHub Actions CI badge that reflects the current workflow status.