action-hosting-deploy
action-hosting-deploy copied to clipboard
[ENHANCEMENT] Support npm caching to reduce runtime
Hello!
It takes about 90s to install dependencies something like firebase-tools.
Note, this image.

Could you support caching some dependencies with actions/cache? ( https://github.com/actions/cache )
Thanks!
On a related note, firebase-tools npm dependencies list is huge. It has more than a thousand dependencies. Is there a leaner version, for deployments only?
Related: https://github.com/firebase/firebase-tools/issues/214
Does this GitHub action do more than what’s in this API guide? Seems straightforward: https://firebase.google.com/docs/hosting/api-deploy
My Action workflow time is dominated by the firebase-tools installation, making it 3 minutes instead of 30-60 seconds.
Is there a faster way?