Skip to content

Commit

Permalink
Note cache issue, update yarn cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ansermino committed Dec 12, 2024
1 parent 557642b commit b97c7a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
# See https://github.com/actions/setup-node/issues/1027
# cache: yarn
- run: corepack enable
- run: make format-spellcheck-dictionary-check
- run: yarn install --frozen-lockfile
- run: yarn --immutable
- run: yarn typecheck
- run: yarn spellcheck
- run: yarn format-check
Expand Down

0 comments on commit b97c7a8

Please sign in to comment.