You can use the neetoci-version
command to change the default installed version of a dependency. As of now, the machines that the CI jobs run on comes with ruby
and node
pre-installed. So you can use neetoci-version
to change their versions.
Example
neetoci-version ruby 2.5.9
The command above changes the version of ruby
that is installed by default, to the version 2.5.9
.