npm install was hanging in CI and that's caused by puppeteer versions < 22 . Workaround suggested by this comment and it does work in installing packages in CI successfully (see test pipeline run)
adds overrides for loader-utils and shell-quote deps to docs package as those were still being flagged by component governance
Changes:
npm install
was hanging in CI and that's caused by puppeteer versions < 22 . Workaround suggested by this comment and it does work in installing packages in CI successfully (see test pipeline run)loader-utils
andshell-quote
deps todocs
package as those were still being flagged by component governanceRelated:
Related to this issue: https://github.com/npm/cli/issues/4028