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

Switching from npm install to npm ci #5

Conversation

MaxTCodes
Copy link
Contributor

@MaxTCodes MaxTCodes commented Feb 7, 2025

According to the NPM documentation, for automated environments, we should use npm ci over npm install as ci does a clean install, which doesn't try to upgrade any packages. It strictly follows the package.json & package-lock.json.

According to the NPM documentation, for automated environments, you should use `npm ci` over `npm install` as `ci` does a clean install, which doesn't try to upgrade any packages. It follows the package.json & package-lock.json strictly
@jeremytenjo jeremytenjo merged commit af5cc2a into jeremytenjo:main Feb 7, 2025
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