Skip to content

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

@LeBenLeBen

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.

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