microsoft-graph-toolkit icon indicating copy to clipboard operation
microsoft-graph-toolkit copied to clipboard

Builds targeting next/fluentui branch failing due to nested dependency responselike requiring node >v14.x[BUG]

Open Mnickii opened this issue 3 years ago • 0 comments

Describe the bug CI builds targeted to be merged into next/fluentui are failing because the CI only allows building on v12.x of node, and nested dependency [email protected] requires a node >v14.x.

To Reproduce Steps to reproduce the behavior:

  1. Go to this link
  2. CI build for pr is failing

The same is observed on PRs raised targetting main branch.

Expected behavior CI builds should pass..

Mnickii avatar Sep 07 '22 13:09 Mnickii