From 1a3d94d1fae33b7058f32fdc6e54d5f7734f137c Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Thu, 7 Sep 2023 22:01:01 -0400 Subject: [PATCH] Upgrade some tools for asdf and make sure that the LTS of nodejs is printed for upgrade_system --- chezmoi/dot_tool-versions | 6 +++--- chezmoi/dot_zshrc.d/executable_upgrade_system.sh | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/chezmoi/dot_tool-versions b/chezmoi/dot_tool-versions index 7543639..932d408 100644 --- a/chezmoi/dot_tool-versions +++ b/chezmoi/dot_tool-versions @@ -1,3 +1,3 @@ -golang 1.20 -chezmoi 2.30.1 -nodejs lts +golang 1.21.1 +chezmoi 2.39.1 +nodejs 18.17.1 diff --git a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh index 54cf1b8..17d7f69 100644 --- a/chezmoi/dot_zshrc.d/executable_upgrade_system.sh +++ b/chezmoi/dot_zshrc.d/executable_upgrade_system.sh @@ -41,6 +41,7 @@ upgrade_system() { asdf update || true asdf plugin update --all asdf latest --all + asdf nodejs resolve lts --latest-avaliable fi if command -v fwupdmgr &> /dev/null; then