microsoft-graph-toolkit
microsoft-graph-toolkit copied to clipboard
Builds targeting next/fluentui branch failing due to nested dependency responselike requiring node >v14.x[BUG]
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:
- Go to this link
- CI build for pr is failing
The same is observed on PRs raised targetting main branch.
Expected behavior CI builds should pass..