Even though there is a dedicated section to let users know that you have to include a package-lock.json in your repository root, in case you use npm as package_manager. So in order to handle it, we should see if package-lock.json exists, and if it doesn't; install dependencies via npm install not npm ci.
Smh I wish more people would read the documentations...
Even though there is a dedicated section to let users know that you have to include a
package-lock.jsonin your repository root, in case you usenpmaspackage_manager. So in order to handle it, we should see ifpackage-lock.jsonexists, and if it doesn't; install dependencies vianpm installnotnpm ci.Smh I wish more people would read the documentations...