Fix firebase-tools long install time
Open
- Dominant language
- Svelte
- Stars
- 12
- Forks
- 24
- Avg merge
- 9h 10m
- Merged PRs (30d)
- 38
Description
Current CI runtime is currently ~90 seconds, and ~50 seconds of that is just for installing firebase-tools.
There's an issue where bun is slow at installing it, and even if we move away from bun, the FirebaseExtended/action-hosting-deploy doesn't use the installed module and re-installs it a second time.
This issue exists on web3 repo too. We should consider trying a different image than FirebaseExtended/action-hosting-deploy: https://github.com/marketplace?query=firebase+hosting
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.