We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9f605 commit ae22a89Copy full SHA for ae22a89
.github/workflows/update-cspell.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
cd action-src
42
echo CSPELL_VERSION_OLD=$(pnpm exec cspell -V) >> $GITHUB_ENV
43
- pnpm add cspell@latest cspell-glob@latest @cspell/cspell-bundled-dicts@latest @cspell/cspell-types
+ pnpm add cspell@latest cspell-glob@latest @cspell/cspell-bundled-dicts@latest @cspell/cspell-types@latest
44
pnpm i
45
pnpm exec cspell -V
46
echo "CSPELL_VERSION=$(pnpm exec cspell -V)" >> $GITHUB_ENV
0 commit comments