Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CICD Updates #14

Merged
merged 5 commits into from
Aug 26, 2024
Merged

CICD Updates #14

merged 5 commits into from
Aug 26, 2024

Conversation

kashw2
Copy link
Contributor

@kashw2 kashw2 commented Aug 18, 2024

This pull request improves the efficiency of pipelines by:

  • Introducing a dependency cache hosted by GitHub
  • Using npm ci for faster installs using the package-lock.json removing the need for npm to calculate dependency hashes perform comparisons for security instead it can read them and compare from package-lock.json removing a few steps
  • Upgraded node-version field to current LTS
  • Ignored .github directory during publishing
  • Added force flag to dependency installation steps (this will fix the failure in CI in Fixed vulnerabilities in dependencies #13)

@alepiumetti alepiumetti merged commit 603ecda into alepiumetti:main Aug 26, 2024
3 checks passed
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