bootcamp
bootcamp copied to clipboard
Update azure-pipelines.yml, Move from `npm install` to `npm ci`
npm install will not validate the package HASH from the package-lock.json. Given the open source nature, it is probably better to know what exactly the black box is doing. :)