Skip to content

Commit

Permalink
[check-spelling] Temporarily pin Node 18 to 18.13.0 (#5537)
Browse files Browse the repository at this point in the history
- Fixes #5536
  • Loading branch information
mikeharder authored Feb 22, 2023
1 parent b9ef04e commit 8a02e02
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 8a02e02

Please sign in to comment.