[npmrc] Fix puppeteer_skip_download configuration (#177673)

This was a breaking change introduced in puppeteer 20 See
df4d60c187
This commit is contained in:
Jon 2024-02-22 19:59:01 -06:00 committed by GitHub
parent 7745d36703
commit 42c0e28036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_DOWNLOAD=true
# Clear out bazel cache between runs to make sure that any artifacts that don't exist in the cache are uploaded
rm -rf ~/.bazel-cache

View file

@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_CHROME_DOWNLOAD=true
# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true

2
.npmrc
View file

@ -1 +1 @@
puppeteer_skip_chromium_download=true
puppeteer_skip_download=true