Should use latest instead of hardcoded
This commit is contained in:
parent
1eedf41057
commit
dda2f18a2c
@ -1,4 +1,5 @@
|
||||
if ! command -v nodenv &>/dev/null; then
|
||||
# FIXME: Make this pick whatever the latest LTS is
|
||||
DEFAULT_NODE_VERSION="20.13.1"
|
||||
|
||||
git clone https://github.com/nodenv/nodenv.git ~/.nodenv
|
||||
|
@ -1,4 +1,5 @@
|
||||
if ! command -v rbenv &>/dev/null; then
|
||||
# FIXME: Change to use whatever latest release is
|
||||
DEFAULT_RUBY_VERSION="3.3.1"
|
||||
|
||||
sudo apt install -y rbenv
|
||||
|
Loading…
Reference in New Issue
Block a user