Skip to content

Commit

Permalink
[build] Fix spellcheck-docs workflow
Browse files Browse the repository at this point in the history
Bump node version: 16->18.
Use cspell@8.0.0 instead of the latest version.
  • Loading branch information
AndreyAkinshin committed Nov 15, 2023
1 parent e93b2b1 commit 1271579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ jobs:
- uses: actions/setup-node@v3
name: Setup node
with:
node-version: "16"
node-version: "18"
- name: Install cSpell
run: npm install -g cspell
run: npm install -g cspell@8.0.0
- name: Copy cSpell config
run: cp ./build/cSpell.json ./cSpell.json
- name: Run cSpell
Expand Down

0 comments on commit 1271579

Please sign in to comment.