Skip to content

Commit d2f72de

Browse files
committed
fix: remove npm cache configuration from Node.js setup in workflow
1 parent e6a1830 commit d2f72de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update-default-data.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
uses: actions/setup-node@v6
2424
with:
2525
node-version: 'lts/*'
26-
cache: 'npm'
2726

2827
- name: Fetch and update data
2928
run: node .github/scripts/update-default-data.js

0 commit comments

Comments
 (0)