pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
887 stars 84 forks source link

docs: remove redundant manual cache due to setup-node cache #131

Closed its-monotype closed 1 month ago

its-monotype commented 2 months ago

Removed the manual caching of the pnpm store since the setup-node action with cache: "pnpm" already handles it. The previous setup was creating two duplicate caches.

Closes #130