Skip to content

Commit

Permalink
Sync eng/common directory with azure-sdk-tools for PR 5722 (#25273)
Browse files Browse the repository at this point in the history
Sync eng/common directory with azure-sdk-tools for PR
Azure/azure-sdk-tools#5722 See [eng/common
workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow)

Co-authored-by: Mike Harder <mharder@microsoft.com>
  • Loading branch information
azure-sdk and mikeharder authored Mar 17, 2023
1 parent e5df0b1 commit 91ea0b1
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.13.0
displayName: Use Node.js 18.13.0
versionSpec: 18.x
displayName: Use Node.js 18.x

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

0 comments on commit 91ea0b1

Please sign in to comment.