diff --git a/scripts/shell.sh b/scripts/shell.sh index 78ecb56..2e1a3f6 100755 --- a/scripts/shell.sh +++ b/scripts/shell.sh @@ -42,10 +42,10 @@ fi # Install latest language versions with mise if [ -z "$CI" ]; then - echo "==> 📜 Installing latest Go, Node, Python and Ruby" + echo "==> 📜 Installing Go, Node, Python and Ruby runtimes" mise use -g go@latest - mise use -g node@latest + mise use -g node@lts mise use -g python@latest mise use -g ruby@latest