Add Deno
This commit is contained in:
parent
86c967352b
commit
ab43b036a1
@ -20,6 +20,10 @@ bun)
|
||||
echo -e "Installing Bun...\n"
|
||||
mise use -g bun@latest
|
||||
;;
|
||||
deno)
|
||||
echo -e "Installing Deno...\n"
|
||||
mise use -g deno@latest
|
||||
;;
|
||||
go)
|
||||
echo -e "Installing Go...\n"
|
||||
mise use --global go@latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user