I have some problem with my CI CD. Some days ago, library "headers-polyfill" was updated, and my new pipelines were failed. Earlier, before this update, I pushed branch into dev, and it was good. Now I have good pipeline in dev, and if I create empty branch from dev, and push it in gitlab - pipelines fail with errors. Also I have msw library in project and error appears when build tries to collect helpers for msw.
ERROR in ../node_modules/@mswjs/data/node_modules/msw/node_modules/headers-polyfill/lib/Headers.js 9:25
If you now something like this, help me please, share your ideas.