Upgrade some tools for asdf and make sure that the LTS of nodejs is printed for upgrade_system
This commit is contained in:
parent
8a5ebbed05
commit
1a3d94d1fa
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue