Skip to content

Commit 2bc533d

Browse files
authored
Upgrade Node version for clang format ci (#8683)
* Update to node 16 * Update to node 18
1 parent cb2d649 commit 2bc533d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/clang-format-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
steps:
1212
- task: NodeTool@0
1313
inputs:
14-
versionSpec: '14.x'
14+
versionSpec: '18.x'
1515
displayName: 'Install Node.js'
1616

1717
- script: |

0 commit comments

Comments
 (0)