* update node

* fix node in pipeline
This commit is contained in:
Garrett Campbell 2024-08-12 09:33:47 -04:00 коммит произвёл GitHub
Родитель b30b8f02b1
Коммит bc76975c58
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -72,9 +72,9 @@ extends:
fetchTags: false
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 18.x
inputs:
versionSpec: 16.x
versionSpec: 18.x
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x

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

@ -17,9 +17,9 @@ steps:
zipSources: false
- task: NodeTool@0
displayName: Use Node 16.x
displayName: Use Node 18.x
inputs:
versionSpec: 16.x
versionSpec: 18.x
- task: geeklearningio.gl-vsts-tasks-yarn.yarn-installer-task.YarnInstaller@3
displayName: Use Yarn 1.x