In order to save time when our CI workflows run, we can set up a build cache on GitHub Actions so we don't need to reinstall dependencies every time we rerun the action. This page from Next.js' documentation outlines the steps: https://nextjs.org/docs/advanced-features/ci-build-caching#github-actions