Skip to content

Commit ae22a89

Browse files
committed
chore: make sure types are updated
1 parent fb9f605 commit ae22a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cspell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
cd action-src
4242
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
43+
pnpm add cspell@latest cspell-glob@latest @cspell/cspell-bundled-dicts@latest @cspell/cspell-types@latest
4444
pnpm i
4545
pnpm exec cspell -V
4646
echo "CSPELL_VERSION=$(pnpm exec cspell -V)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)