Skip to content

Conversation

@connorjclark
Copy link
Collaborator

These test results were changing whenever core-js released a new version. This was overlooked because we don't use yarn.lock to pin these version, but instead manually install the package (since we switch between core-js 2 and 3). Instead, specify what version to install in run.js.

I noticed this here: https://github.com/GoogleChrome/lighthouse/pull/12199/checks?check_run_id=2134061233

for (const coreJsVersion of ['2.6.12', '3.9.1']) {
const major = coreJsVersion.split('.')[0];
removeCoreJs();
installCoreJs(coreJsVersion);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix param for CI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants