pwrdrvr/microapps-core

v0.3 - Apps - Prevent r_version workflow from installing node modules

Closed this issue · 1 comments

Motivations

  • The version job invokes the r_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 the r_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)

Used module caching more effectively