This repository was archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
bf-orchestrator: Add Node V16 supportΒ #1258
Copy link
Copy link
Open
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.
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/[email protected]: 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.
Vivihung and yonguelink
Metadata
Metadata
Assignees
Labels
feature-requestA request for new functionality or an enhancement to an existing one.A request for new functionality or an enhancement to an existing one.needs-triageThe issue has just been created and it has not been reviewed by the team.The issue has just been created and it has not been reviewed by the team.