how to use it in Jenkins or gitlab ci?
Closed this issue · 2 comments
Jenkins does not have PNPM or Volta. I need to install Volta first. Do I need to contact the operations personnel to install Volta? Or is there any way for the front-end to solve it?
We created a docker image with already pre-installing the versions we need in different projects. It works well.
You will need to work with whoever on your team is responsible for managing the tools available on your CI setup to install it, much as you would for other dependencies. You will also need to make sure that your CI setup can talk to the internet to fetch the relevant versions or use the Hooks configuration tool to point it to an internal repository.
Going to close this since it’s not an issue Volta needs to fix (though having some docs on CI configuration would be a great win for us at some point) so much as a question that needed answering. Thanks!