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

deps: move from @npmcli/ci-detect to ci-info #5858

Merged
merged 1 commit into from Nov 16, 2022
Merged

deps: move from @npmcli/ci-detect to ci-info #5858

merged 1 commit into from Nov 16, 2022

Commits on Nov 15, 2022

  1. deps: move from @npmcli/ci-detect to ci-info

    See watson/ci-info#95 for more context on
    achieving parity between these two modules.
    
    This changes npm to use `ci-info` instead of `@npmcli/ci-detect`.
    Everything that npm currently flags as a CI environment should still be
    doing so, so there is no breaking change there.
    
    There is going to be a subtle difference in the `ci-name` config, which
    nothing in npm currently looks at anyways, as well as the ci name that
    shows up in the default `user-agent` string.  Some providers will be
    slightly different (i.e. circle-ci vs circleci and cirrus vs cirrus-ci)
    wraithgar committed Nov 15, 2022
    Copy the full SHA
    c661789 View commit details
    Browse the repository at this point in the history