2020/3/28 Update: Add pnpm When you use Node.js in your project, you need to take care of node_modules installation in your CI/CD pipeline. You may use npm install, npm ci,yarn install and pnpm install, but what is the fastest way of doing so is still a question we are looking…