Moto42 / elevendycap

0 stars 0 forks source link

investigate caching node_modules in github action #19

Open Moto42 opened 1 month ago

Moto42 commented 1 month ago

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.