github-action
github-action copied to clipboard
Caching node_modules
Our install job is taking 5 minutes to perform the npm ci
. It would be good to cache node_modules based on package-lock.json and perhaps also on the node version to minimize the time it takes to run tests. Is this a good idea?