Is a npm cli command for running fast installs on clean state in automated environments.
npm ci is significantly faster than npm install by leaving out some user oriented features.
Clears the node_modules folder before install.
Requires a package-lock.json
In a few easy steps you can get Github Actions to run your build.
You can select one of the predefined workflows
Predefined workflow file
See the README.md for more information