Revert "[check-spelling] Temporarily pin Node 18 to 18.13.0 (#5537)" (#4456)

This reverts commit 8a02e02adfc0d213509fce2764132afa74bd4ba4.

Co-authored-by: Mike Harder <mharder@microsoft.com>
This commit is contained in:
Azure SDK Bot 2023-03-17 14:00:00 -07:00 committed by GitHub
parent 43632ebce8
commit a08730142c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)