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:
Xiaogang 2023-09-06 10:21:44 +08:00 коммит произвёл GitHub
Родитель 5e345cc27d
Коммит 630a4631b9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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