Skip to content

Commit 288bf3d

Browse files
committed
Specify cspell version to be v8.19.4 in spell-check github action
1 parent cd226aa commit 288bf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spell-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
node-version: ${{ matrix.node }}
2828

2929
- name: Spell check
30-
run: npx cspell "**/*.js"
30+
run: npx cspell@v8.19.4 "**/*.js"

0 commit comments

Comments
 (0)