Oscar Busk
Results
22
issues of
Oscar Busk
The action will run `pnpm store prune` as a post action, but based on the documented example for caching as [in README]( https://github.com/pnpm/action-setup/blob/v4.2.0/README.md#L126-L155): ```yaml on: - push - pull_request jobs:...
**Description:** To avoid the pnpm store growing with each update of packages, the action could guarantee that the cached store is as narrow as possible by running `pnpm store prune`...
feature request