Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 30, 2025

The CI pipeline was failing because actions/setup-node@v4 requires package-lock.json for npm caching, but it was gitignored.

Changes

  • .gitignore: Removed package-lock.json exclusion
  • package-lock.json: Added with 391 locked dependencies (generated via npm install)

This enables npm caching in CI and ensures consistent dependency versions across environments.

Original prompt

Reference: https://github.com/dshvvvshr/Prime-security/actions/runs/20316124348/job/59140889227


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update CI workflow configuration for improved performance Fix CI pipeline failure - add package-lock.json for npm caching Dec 30, 2025
Copilot AI requested a review from dshvvvshr December 30, 2025 09: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.

2 participants