Skip to content

fix: replace npm install with npm ci (20260612-184919)#279

Merged
temenuzhka-thede merged 1 commit into
masterfrom
sec-cli/npm-ci-20260612-184919
Jun 12, 2026
Merged

fix: replace npm install with npm ci (20260612-184919)#279
temenuzhka-thede merged 1 commit into
masterfrom
sec-cli/npm-ci-20260612-184919

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
yarn install yarn install --immutable

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.

@temenuzhka-thede temenuzhka-thede merged commit fad6f40 into master Jun 12, 2026
53 checks passed
@crazy-max crazy-max deleted the sec-cli/npm-ci-20260612-184919 branch June 12, 2026 22:38
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.

2 participants