rdmorganiser / rdmo

A tool to support the planning, implementation, and organization of research data management.
https://rdmorganiser.github.io
Apache License 2.0
105 stars 49 forks source link

Use `npm ci` in CI #1115

Closed jochenklar closed 3 months ago

jochenklar commented 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.

afuetterer commented 3 months ago

I wanted to point this out as well. I was unfamiliar with that, when I added the ci job.

Please go for it.

MyPyDavid commented 3 months ago

there is a PR with a minimal change for this

MyPyDavid commented 3 months ago

merged in 2.2.0 release