Use yarn in ci
levino opened this issue · 0 comments
levino commented
Currently we use npm
in ci but yarn
for dev and package management which is kinda stupid. https://github.com/Levino/mock-jwks/blob/d88019830c8200acb3a283aec3278cb043931cee/.circleci/config.yml#L9-L22
We should use yarn in CI too.