action-setup
action-setup copied to clipboard
docs: remove redundant manual cache due to setup-node cache
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