Skip to content

Commit

Permalink
Temporarily pin Node 18 to 18.13.0 - Fixes #5536
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored and azure-sdk committed Feb 22, 2023
1 parent 33d689e commit 801c1a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/steps/check-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ steps:
- task: NodeTool@0
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
inputs:
versionSpec: 18.x
displayName: Use Node.js 18.x
versionSpec: 18.13.0
displayName: Use Node.js 18.13.0

- task: PowerShell@2
displayName: Check spelling (cspell)
Expand Down

0 comments on commit 801c1a4

Please sign in to comment.