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

using npm ci instead of npm install #433

Open
markrity opened this issue Oct 30, 2024 · 1 comment
Open

using npm ci instead of npm install #433

markrity opened this issue Oct 30, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@markrity
Copy link

Idea

Right now install dependencies does npm install (or other package with install).
It would be useful to have npm ci since its a better practice IMHO.

Description

https://www.dhiwise.com/post/making-the-right-choice-npm-ci-vs-npm-install

Alternatives

Can implement it as additional flag

Additional context

I can implement it , I can also implement it for each package with the best practice for each package

@markrity markrity added the enhancement New feature or request label Oct 30, 2024
@rsorelli-hedgepoint
Copy link

It would be great to add a parameter to add flags to the install step of the actions.
For example "--legacy-peer-deps"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants