[build] Fix spellcheck-docs workflow

Bump node version: 16->18.
Use cspell@8.0.0 instead of the latest version.
This commit is contained in:
Andrey Akinshin 2023-11-15 11:33:19 +01:00
Родитель e93b2b1b33
Коммит 1271579240
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/run-tests.yaml поставляемый
Просмотреть файл

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