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

Use npm ci, not npm install, on CI #18353

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

wojtekmaj
Copy link
Contributor

@wojtekmaj wojtekmaj commented Jul 1, 2024

This PR switches from npm install to npm ci on CI. This enables some additional checks to ensure repo integrity when using CI/CD.

Read more: https://docs.npmjs.com/cli/v10/commands/npm-ci

This PR switches from `npm install` to `npm ci` on CI. This enables some additional checks to ensure repo integrity when using CI/CD.

Read more: https://docs.npmjs.com/cli/v10/commands/npm-ci
@timvandermeij timvandermeij merged commit 8556a26 into mozilla:master Jul 1, 2024
9 checks passed
@timvandermeij
Copy link
Contributor

Thank you! This seems like a good extra measure to have in place.

@wojtekmaj wojtekmaj deleted the npm-ci branch July 1, 2024 13:36
timvandermeij added a commit to timvandermeij/botio-files-pdfjs that referenced this pull request Aug 10, 2024
This commit mirrors the change from
mozilla/pdf.js#18353 for the bots. Refer to
https://docs.npmjs.com/cli/v10/commands/npm-ci for more information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants