Install node using volta

This commit is contained in:
T. R. Bernstein
2025-10-17 08:04:35 +02:00
parent 3f2f23a446
commit 1953b01148
2 changed files with 8 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ function installBrews() {
installBrew imap-backup
installBrew imapsync
installBrew nmap
installBrew node
installBrew pdfgrep
installBrew php
installBrew python
@@ -85,6 +84,7 @@ function installBrews() {
installBrew sqlite
installBrew tree
installBrew tidy-html5
installBrew volta
installBrew yq
fi
}