Install Node.js LTS (#143)
Right now `brew install node` installs the current version 21 of Node.js. Let's make sure we install an LTS version. It's updated not that often so can update it manually.
This commit is contained in:
parent
9ccac855c3
commit
415bb40956
|
|
@ -85,7 +85,7 @@ build {
|
|||
provisioner "shell" {
|
||||
inline = [
|
||||
"source ~/.zprofile",
|
||||
"brew install node",
|
||||
"brew install node@20",
|
||||
"node --version",
|
||||
"npm install --global yarn",
|
||||
"yarn --version",
|
||||
|
|
|
|||
Loading…
Reference in New Issue