Skip to content

Node: use npm ci to install dependencies on CI #241

Description

@LeBenLeBen

npm 5.8 introduced a ci command designed to install dependencies on continuous integration environment. It's much faster, reliable and secure as it ensures package-lock.json matches with package.json.

Let's see how we can use this command instead of npm install in this context.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions