Skip to content

Commit abd0cb3

Browse files
committed
upgrade node to 18.20.8
1 parent 85d8c9f commit abd0cb3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.azure-pipelines/azure-powershell-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- task: NodeTool@0
9898
displayName: Install Autorest
9999
inputs:
100-
versionSpec: '18.20.7'
100+
versionSpec: '18.20.8'
101101
command: custom
102102
verbose: false
103103
customCommand: install autorest@latest
@@ -212,7 +212,7 @@ jobs:
212212
- task: NodeTool@0
213213
displayName: Install autorest
214214
inputs:
215-
versionSpec: '14.17.1'
215+
versionSpec: '18.20.8'
216216
command: custom
217217
verbose: false
218218
customCommand: install autorest@latest

.azure-pipelines/powershell-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- task: NodeTool@0
4848
displayName: Install Autorest
4949
inputs:
50-
versionSpec: '18.20.7'
50+
versionSpec: '18.20.8'
5151
command: custom
5252
verbose: false
5353
customCommand: install autorest@latest

.azure-pipelines/windows-powershell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- task: NodeTool@0
4444
displayName: Install Autorest
4545
inputs:
46-
versionSpec: '18.20.7'
46+
versionSpec: '18.20.8'
4747
command: custom
4848
verbose: false
4949
customCommand: install autorest@latest
@@ -103,7 +103,7 @@ jobs:
103103
- task: NodeTool@0
104104
displayName: Install autorest
105105
inputs:
106-
versionSpec: '14.17.1'
106+
versionSpec: '18.20.8'
107107
command: custom
108108
verbose: false
109109
customCommand: install autorest@latest

0 commit comments

Comments
 (0)