Skip to content

Commit 82ea680

Browse files
committed
Fix docs CI: remove npm cache from Node.js setup to avoid package.json requirement
1 parent 5f087ca commit 82ea680

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/docs-enhanced.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ jobs:
131131
uses: actions/setup-node@v4
132132
with:
133133
node-version: ${{ env.NODE_VERSION }}
134-
cache: 'npm'
135134

136135
- name: Cache Python dependencies
137136
id: cache

0 commit comments

Comments
 (0)