Skip to content

Commit

Permalink
Lock cspell on version 5.18.5 (#5744)
Browse files Browse the repository at this point in the history
* Lock cspell on version `5.18.5`

* Use version `5.17.0`

Co-authored-by: Aaron Stannard <aaron@petabridge.com>
  • Loading branch information
eaba and Aaronontheweb committed Mar 22, 2022
1 parent 4e35c2a commit 93a3d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- task: Npm@1
inputs:
command: "custom"
customCommand: "install -g cspell"
customCommand: "install -g cspell@5.17.0"
- task: CmdLine@2
inputs:
script: 'cspell --config ./docs/cSpell.json "docs/**/*.md"'
Expand Down

0 comments on commit 93a3d7e

Please sign in to comment.