Skip to content

Commit

Permalink
Merge pull request #558 from vandriot/main
Browse files Browse the repository at this point in the history
Extractor azdo pipeline - Update node version for Spectral linting
  • Loading branch information
waelkdouh authored Jul 5, 2024
2 parents a2c2951 + 80c29fe commit f1ce89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azdo_pipelines/run-extractor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ stages:
#Running Super Linting Tool on the API(s) - START
- task: NodeTool@0
inputs:
versionSpec: '12.x'
versionSpec: '20.x'
displayName: 'Install Node.js'

- script: |
Expand Down

0 comments on commit f1ce89c

Please sign in to comment.