Skip to content

Commit bd48640

Browse files
committed
update existing image to install node v22
1 parent 95060cf commit bd48640

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.ado/templates/setup-repo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ steps:
55
versionSpec: '5.6.0'
66
displayName: 'Install Nuget'
77

8+
- task: UseNode@1
9+
inputs:
10+
versionSpec: '22.x'
11+
displayName: 'Use Node.js 22.x'
12+
813
- script: |
914
yarn
1015
displayName: 'yarn install'

0 commit comments

Comments
 (0)