Skip to content

fix: replace npm install with npm ci (20260615-142501)#74

Merged
vallieres merged 2 commits into
mainfrom
sec-cli/npm-ci-20260615-142501
Jun 16, 2026
Merged

fix: replace npm install with npm ci (20260615-142501)#74
vallieres merged 2 commits into
mainfrom
sec-cli/npm-ci-20260615-142501

Conversation

@securityeng-bot

Copy link
Copy Markdown
Contributor

This PR was generated by sec-cli github repositories npm-ci update.

What changed

Bare install commands were replaced with lockfile-aware equivalents:

Before After
npm install npm ci
npm install npm ci --install-links

Why

Using lockfile-aware install commands (npm ci, --frozen-lockfile,
--immutable) ensures that CI builds use exactly the dependency versions
pinned in the lockfile, making builds reproducible and preventing
unintended dependency upgrades during install.

@vallieres vallieres merged commit a4d3867 into main Jun 16, 2026
7 of 10 checks passed
@vallieres vallieres deleted the sec-cli/npm-ci-20260615-142501 branch June 16, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant