Currently we are fully reinstalling node_modules from scratch each time we run the run the action
We might be able to shave off a bit more time by caching this, maybe.
Before you do this, look into #17 Switching to Bun, first.
90% certain that bun will be faster overall at build time, and there is a chance that Bun will install the dependencies faster than restoring from the cache.
Currently we are fully reinstalling node_modules from scratch each time we run the run the action We might be able to shave off a bit more time by caching this, maybe.
Before you do this, look into #17 Switching to Bun, first.
90% certain that bun will be faster overall at build time, and there is a chance that Bun will install the dependencies faster than restoring from the cache.