This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
bf-orchestrator: Add Node V16 support #1258
Open
Description
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.