Update publish.yaml to pin npm version to 9.8.1
The latest version of npm is 10.0.0, which need to rely on the latest 18.x node
This commit is contained in:
Родитель
5e345cc27d
Коммит
630a4631b9
|
@ -17,7 +17,7 @@ steps:
|
|||
|
||||
- script: |
|
||||
# ensure latest npm is installed
|
||||
npm install -g npm
|
||||
npm install -g npm@9.8.1
|
||||
|
||||
# make sure the versions are all synchronized and pull in dependencies
|
||||
npx @microsoft/rush sync-versions
|
||||
|
|
Загрузка…
Ссылка в новой задаче