Skip to content

Fix NodeJS version to 14 in Brewfile

Gabriel Mazetto requested to merge brodock/fix-brew-nodejs-version into main

What does this Merge Request do and why?

Fix NodeJS version to 14 through Brewfile. We already fix node to a specific 14.x in asdf, this is fixing it for Homebrew users.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports