Skip to content

Commit

Permalink
Upgrade from Node 16 to Node 18 in Analyze (Azure#33625)
Browse files Browse the repository at this point in the history
- Latest autorest requires Node 17 or higher
  • Loading branch information
mikeharder authored Jan 23, 2023
1 parent e28212c commit d03e489
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,8 @@ jobs:

- task: NodeTool@0
inputs:
# https://github.com/nodejs/node/issues/40468
versionSpec: '16.6.2'
displayName: 'Install NodeJS'
versionSpec: 18.x
displayName: 'Use Node 18.x'

- template: /eng/pipelines/templates/steps/install-dotnet.yml

Expand Down

0 comments on commit d03e489

Please sign in to comment.