Skip to content

Commit

Permalink
Revert "[check-spelling] Temporarily pin Node 18 to 18.13.0 (#5537)" (#…
Browse files Browse the repository at this point in the history
…34069)

This reverts commit 8a02e02adfc0d213509fce2764132afa74bd4ba4.

Co-authored-by: Mike Harder <mharder@microsoft.com>
  • Loading branch information
azure-sdk and mikeharder authored Mar 17, 2023
1 parent 36077ac commit d064223
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 d064223

Please sign in to comment.