Nvm installing from source

I noticed today that one of our builds which uses nvm is installing node from source. This is really slowing down the build. I see this message in the logs:

Binary download from https://nodejs.org/dist/v16.20.0/node-v16.20.0-darwin-x64.tar.xz failed, trying source.

Our bitrise.yml uses the nvm step but only specifies node 16 (no minor or patch version).

Ideally, all we care is that the build use whichever version of node 16 is on the worker machine. Is it possible to enforce that without needing nvm?

For Bitrise folks, the build is: Bitrise - Mobile Continuous Integration and Delivery - iOS & Android Build Automation