diff --git a/templates/base.pkr.hcl b/templates/base.pkr.hcl index cb836e8..2b1284e 100644 --- a/templates/base.pkr.hcl +++ b/templates/base.pkr.hcl @@ -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",