Skip to content

Ensure fully reproducible dependency chains for the development of Node-RED #5424

@dimitrieh

Description

@dimitrieh

Problem

In light of recent npm supply chain attacks we should make sure our defaults results fully reproducible dependency chains. Currently, we recommend npm install and have no package-lock.json.

Proposed solution

Update where we run npm install to make use of npm ci and ensure a package-lock.json that has been pre-validated and is included in the commit history.

Context

Coming from #5423 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions