Skip to content

Commit 1271579

Browse files
[build] Fix spellcheck-docs workflow
Bump node version: 16->18. Use [email protected] instead of the latest version.
1 parent e93b2b1 commit 1271579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
- uses: actions/setup-node@v3
108108
name: Setup node
109109
with:
110-
node-version: "16"
110+
node-version: "18"
111111
- name: Install cSpell
112-
run: npm install -g cspell
112+
run: npm install -g cspell@8.0.0
113113
- name: Copy cSpell config
114114
run: cp ./build/cSpell.json ./cSpell.json
115115
- name: Run cSpell

0 commit comments

Comments
 (0)