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

Support Node version management tools #157

Closed derekblank closed 9 months ago

derekblank commented 11 months ago

When using the SetupNode function, we should support alternate Node version management tools beyond nvm (such as asdf).

jhnstn commented 10 months ago

Right now nvm is not a hard requirement but since nvm is recommended in the block editor dev docs the gbm cli tool looks to see if it can use it.

It's not a hard requirement but if the global node version is incorrect then the build steps will likely fail.