Skip to content

Commit a9fbfc1

Browse files
committed
Downgrade to node 20
1 parent 8a40a15 commit a9fbfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ function install_nodejs() {
266266
\. "$HOME/.nvm/nvm.sh"
267267

268268
# Download and install Node.js:
269-
nvm install 22
269+
nvm install 20
270270
}
271271

272272
function install_nvim() {
@@ -434,7 +434,7 @@ function havoc() {
434434

435435
if [ ! "$CI" ]; then # avoid issue with CI and uv_cwd
436436
INFO "Installing Yarn"
437-
npm install --global yarn
437+
npm_install --global yarn
438438
fi
439439

440440
INFO "Installing Nvidia Container Toolkit"

0 commit comments

Comments
 (0)