Skip to content

Commit 5992123

Browse files
authored
Remove npm cache from Node.js setup
Removed npm caching from Node.js setup in workflow.
1 parent 1f3d251 commit 5992123

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v5
2323
with:
2424
node-version: 22
25-
cache: 'npm'
2625

2726
- name: 📦 Install dependencies
2827
run: |

0 commit comments

Comments
 (0)