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:
Fedor Korotkov 2024-04-18 19:11:25 +02:00 committed by GitHub
parent 9ccac855c3
commit 415bb40956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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