In case this helps anyone else, I managed to get around the Azure pipeline limitation on NODE_OPTIONS by adding
-e NODE_OPTIONS="--openssl-legacy-provider"
to the Additional arguments
In case this helps anyone else, I managed to get around the Azure pipeline limitation on NODE_OPTIONS by adding
-e NODE_OPTIONS="--openssl-legacy-provider"
to the Additional arguments