Pipelines fail on devel branch
$ npm ci --force --unsafe-perm
npm WARN using --force Recommended protections disabled.
npm ERR! code EUSAGE
npm ERR!
npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
Apparemment, la solution est de mettre à jour package-lock.json
avec npm i