Use @actions/tool-cache to manage pnpm versions instead of forcing download
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 217
- Avg merge
- 8h 42m
- Merged PRs (30d)
- 1
Description
Github action did have a process to manage tooling: https://github.com/actions/toolkit/tree/main/packages/tool-cache you can find a tool version before download and install. On self hosted runner, if you already have the tool in the cache, it means it is wwwaaayyyyy faster to setup.
Is there plan to support this ?
thank you
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked @actions/tool-cache package and the action's current pnpm download path. Done means the action can find and reuse a cached pnpm version on self-hosted runners instead of always downloading it; the issue does not name an entry point or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100