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

fix(ci): lock file validation #4363

Merged
merged 1 commit into from
Feb 3, 2022

Commits on Feb 3, 2022

  1. fix(ci): lock file validation

    Make sure to validate any lock file (either package-lock.json or
    npm-shrinkwrap.json) against the current install. This will properly
    throw an error in case any of the dependencies being installed don't
    match the dependencies that are currently listed in the lock file.
    
    Fixes: npm#2701
    Fixes: npm#3947
    ruyadorno committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2620447 View commit details
    Browse the repository at this point in the history