Skip to content

fix: use npm install --omit=dev in slither workflow#265

Closed
mejango wants to merge 1 commit intomainfrom
fix/slither-npm-ci
Closed

fix: use npm install --omit=dev in slither workflow#265
mejango wants to merge 1 commit intomainfrom
fix/slither-npm-ci

Conversation

@mejango
Copy link
Contributor

@mejango mejango commented Mar 5, 2026

Replace npm ci --production with npm install --omit=dev and remove NODE_ENV: production. Fixes cross-platform lock file mismatch on Linux CI runners.

🤖 Generated with Claude Code

npm ci --production fails cross-platform because macOS-generated
package-lock.json is missing Linux optional dep entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@mejango mejango closed this Mar 5, 2026
@mejango mejango deleted the fix/slither-npm-ci branch March 5, 2026 23:56
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