commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.57k stars 552 forks source link

ci(build.yml): add pnpm installation to azure pipeline #966

Closed chenaski closed 1 year ago

chenaski commented 1 year ago

Azure pipeline wasn't updated after adding pnpm support, see this PR.

I used this snippet from the official site. To support compatibility with Node.js 12 we need to use pnpm@6.

Related: #915.