wordpress-mobile / release-toolkit-gutenberg-mobile

Automation Scripts for Releasing Gutenberg-Mobile Updates to the WordPress Mobile Apps.
Mozilla Public License 2.0
5 stars 2 forks source link

CLI: Fix how nvm installs node #213

Closed jhnstn closed 9 months ago

jhnstn commented 9 months ago

This fixes how nvm is used to load the correct node version.

I believe previous attempts to fix this were masked by setting the global node to match the required version.

Testing