dillon1000/react
Commit
Browse files [ci] Fix download_base_build_for_sizebot (#26422)
CircleCI now enforces passing a token when fetching artifacts. I'm also deleting the old request-promise-json dependency because AFAIK we were only using it to fetch json from circleci about the list of available artifacts – which we can just do using node-fetch. Plus, the underlying request package it uses has been deprecated since 2019.
Changed paths4 files
First-parent comparisonscripts/release/package.json ModifiedM scripts/release/shared-commands/download-build-artifacts.js ModifiedM scripts/release/utils.js ModifiedM scripts/release/yarn.lock ModifiedPatch
Files changed
Rendering syntax-highlighted changes…