Upgrade some tools for asdf and make sure that the LTS of nodejs is printed for upgrade_system

This commit is contained in:
Tony Blyler 2023-09-07 22:01:01 -04:00
parent 8a5ebbed05
commit 1a3d94d1fa
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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