Share a log/warning message if we're using the system node version to execute local/package.json build plugins
Which problem is this feature request solving?
As part of https://github.com/netlify/build/issues/3077 and netlify/pod-workflow#219 we're now running local and package.json installed plugins with our own system version (v12) whenever the user is relying on a deprecated version of Node.js (anything below 10.18.0).
This was required in order for us to perform #3321.
We currently do it without any sort of logging or communication (although during the rollout of this feature we shared a warning for what was happening that stayed on for a series of weeks). I wonder if we want to share something whenever this happens? I'll just be conscious of how annoying/confusing this could be for users who are relying on the default pinned versions - (https://github.com/netlify/bitballoon/issues/9481 and https://github.com/netlify/pod-workflow/issues/255).
What do you think? CC @verythorough
Can you submit a pull request?
Yes