Node V16 support for bf-orchestrator is a nice to have since it goes into LTS in October, and orchestrator-core already has support for Node V16.
We get this error today when building in Composer with Node V16 (as far as we know, this is the only dependency that has Node V16 restriction for Composer):
error @microsoft/bf-orchestrator@4.13.0-rc0: The engine "node" is incompatible with this module. Expected version "^10.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0". Got "16.4.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Describe the solution you'd like
Modify the orchestratorlib (and other Orchestrator supporting libs)package.json engine compatibility to include Node V16, since orchestrator-core already builds for Node V16.
Node V16 support for
bf-orchestratoris a nice to have since it goes into LTS in October, andorchestrator-corealready has support for Node V16.We get this error today when building in Composer with Node V16 (as far as we know, this is the only dependency that has Node V16 restriction for Composer):
Describe the solution you'd like
Modify the orchestratorlib (and other Orchestrator supporting libs)
package.jsonengine compatibility to include Node V16, sinceorchestrator-corealready builds for Node V16.