Skip to content

Commit

Permalink
Fix shell.sh installing latest instead of LTS Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jan 29, 2024
1 parent e4d9827 commit 5fce6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fce6c5

Please sign in to comment.