Just install latest node

This commit is contained in:
David Heinemeier Hansson
2025-12-30 15:40:00 -08:00
parent cd224e7ecd
commit 4311a00ca4

View File

@@ -41,7 +41,7 @@ install_php() {
install_node() {
echo -e "Installing Node.js...\n"
mise use --global node@lts
mise use --global node
}
case "$1" in