This commit is contained in:
Canhua Li 2022-09-16 15:02:27 -07:00
Родитель 7d6028e547
Коммит bc23518abb
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -32,6 +32,12 @@ steps:
inputs:
versionSpec: 14.x
- bash: |
npm install -g npm@8.11.0
workingDirectory: source/nodejs
displayName: 'Bash - npm install -g npm 8.11.0'
- bash: |
npm ci
workingDirectory: source/nodejs