Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test of yarn installation, and revert strip-comments version #2416

Merged
merged 4 commits into from
Mar 24, 2020

Conversation

jeffposnick
Copy link
Contributor

@jeffposnick jeffposnick commented Mar 24, 2020

R: @philipwalton

Fixes #2415

This adds a new test that tries to install our three node packages using yarn. yarn is stricter about engines versioning than npm is, so this will presumably catch some things that we wouldn't notice normally from just using npm.

This also reverts the version of strip-comments used by workbox-build to one that's compatible with node v8.

(The Windows CI test suite currently uses the latest version of node, but the OS X test suite uses node v8.)

@jeffposnick jeffposnick changed the title [DO NOT MERGE] Add test of yarn installation Add test of yarn installation Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

workbox-build is droping V8 support in 5.1.1
2 participants