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