Retrieve version metadata from astral-sh/versions ndjson instead of the GitHub API

This commit is contained in:
Zanie Blue
2026-01-21 16:39:10 -06:00
parent 9cfd029643
commit 0a4c5102bd
15 changed files with 888 additions and 14138 deletions

View File

@@ -23,7 +23,7 @@ and configures the environment for subsequent workflow steps.
**Size**: Small-medium repository (~50 source files, ~400 total files including dependencies)
**Languages**: TypeScript (primary), JavaScript (compiled output), JSON (configuration)
**Runtime**: Node.js 24 (GitHub Actions runtime)
**Key Dependencies**: @actions/core, @actions/cache, @actions/tool-cache, @octokit/core
**Key Dependencies**: @actions/core, @actions/cache, @actions/tool-cache
### Core Architecture