Skip to content

Commit 2854215

Browse files
danieljurekazure-sdk
authored andcommitted
cspell: Remove node version requirement, node is already on the agent
1 parent 84b02a6 commit 2854215

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eng/common/pipelines/templates/steps/check-spelling.yml

-6
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ parameters:
1515

1616
steps:
1717
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
18-
- task: NodeTool@0
19-
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))
20-
inputs:
21-
versionSpec: 18.x
22-
displayName: Use Node.js 18.x
23-
2418
- task: PowerShell@2
2519
displayName: Check spelling (cspell)
2620
condition: and(succeededOrFailed(), ne(variables['Skip.SpellCheck'],'true'))

0 commit comments

Comments
 (0)