Skip to content

Conversation

@Bayheck
Copy link
Contributor

@Bayheck Bayheck commented Dec 4, 2025

Purpose

Describe the problem you want to address or the feature you want to implement.

Approach

Describe how your changes address the issue or implement the desired functionality in as much detail as possible.

References

Provide a link to the existing issue(s), if any.

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates npm installation commands from npm i to npm ci in GitHub Actions workflow files to follow CI/CD best practices. Using npm ci provides cleaner, more reliable, and reproducible builds in continuous integration environments.

  • Replaces npm i with npm ci for installing dependencies from package-lock.json
  • Updates two workflow files: health-monitor.yml and deploy-to-artifacts.yml

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/health-monitor.yml Updates npm commands to use npm ci for dependency installation in both main-branch and pr-branch jobs
.github/workflows/deploy-to-artifacts.yml Changes npm i to npm ci in the build job for more reliable dependency installation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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