What's the difference in using the cache via https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time Versus using `cache: 'pnpm'` with: https://github.com/actions/setup-node Thank you!
What's the difference in using the cache via
https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
Versus using
cache: 'pnpm'with:https://github.com/actions/setup-node
Thank you!