mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-12 07:30:05 +00:00
5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
export const TOOL_CACHE_NAME = "uv";
|
|
export const STATE_UV_PATH = "uv-path";
|
|
export const STATE_UV_VERSION = "uv-version";
|
|
export const VERSIONS_NDJSON_URL =
|
|
"https://raw.githubusercontent.com/astral-sh/versions/main/v1/uv.ndjson";
|