mirror of
https://github.com/astral-sh/uv
synced 2026-01-11 00:23:36 -05:00
## Summary [`ci.yml`](https://github.com/astral-sh/uv/blob/main/.github/workflows/ci.yml) uses [`gabrielfalcao/pyenv-action@v18`](https://github.com/gabrielfalcao/pyenv-action/), which [uses `a deprecated Node.js version`](https://github.com/astral-sh/uv/actions/runs/11483963555). This pull request aims to remove any usage of `a deprecated Node.js version` from [`ci.yml`](https://github.com/astral-sh/uv/blob/main/.github/workflows/ci.yml). <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan I attempted to test this but [canceled the run on my fork](https://github.com/hamirmahal/uv/actions/runs/11484989508/job/31964058415) after it waited for a runner for over 10 minutes with no result. <!-- How was it tested? --> --------- Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>