We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a40a15 commit a9fbfc1Copy full SHA for a9fbfc1
1 file changed
scripts/utils.sh
@@ -266,7 +266,7 @@ function install_nodejs() {
266
\. "$HOME/.nvm/nvm.sh"
267
268
# Download and install Node.js:
269
- nvm install 22
+ nvm install 20
270
}
271
272
function install_nvim() {
@@ -434,7 +434,7 @@ function havoc() {
434
435
if [ ! "$CI" ]; then # avoid issue with CI and uv_cwd
436
INFO "Installing Yarn"
437
- npm install --global yarn
+ npm_install --global yarn
438
fi
439
440
INFO "Installing Nvidia Container Toolkit"
0 commit comments