Closed jochenklar closed 3 months ago
I am not sure, but I think we should use npm ci here: https://github.com/rdmorganiser/rdmo/blob/main/.github/workflows/ci.yml#L160 to catch if our lock file diverged from package.json.
npm ci
package.json
I wanted to point this out as well. I was unfamiliar with that, when I added the ci job.
Please go for it.
there is a PR with a minimal change for this
merged in 2.2.0 release
I am not sure, but I think we should use
npm ci
here: https://github.com/rdmorganiser/rdmo/blob/main/.github/workflows/ci.yml#L160 to catch if our lock file diverged frompackage.json
.