v0.3 - Apps - Prevent r_version workflow from installing node modules
Closed this issue · 1 comments
huntharo commented
Motivations
- The
version
job invokes ther_version
reusable workflow - This causes the
release
deploys to install the node modules during this job, which are otherwise not needed
To-Do
- Check if we can just remove the
npm version from-git
in ther_version
reusable workflow - Move this step into the build job if it can't be removed (it's only used in the
release
workflow so it can move into that workflow)
huntharo commented
Used module caching more effectively