You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package uses a package-lock.json file as its lockfile.
The CI pipeline however uses yarn to install the dependencies which does not respect this lockfile.
As a result, the CI pipeline is currently failing as yarn uses a newer version of glob that does not support the node version used in the ci image (10).