Skip to content

Commit d1ac8b6

Browse files
author
timhauke
committed
Disable npm cache in docs workflow Node.js setup step.
1 parent 57d137a commit d1ac8b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-node@v6
2727
with:
2828
node-version: "18"
29-
cache: "npm"
3029

3130
- name: Install Mermaid CLI
3231
run: npm install -g @mermaid-js/mermaid-cli@10.9.0

0 commit comments

Comments
 (0)