Skip to content

Commit 7ffd6d7

Browse files
committed
Remove npm caching from deploy workflow
1 parent 6f1dd06 commit 7ffd6d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
2525
with:
2626
node-version: 22
27-
cache: 'npm'
2827
- name: Install dependencies
2928
run: npm ci
3029
- name: Test

0 commit comments

Comments
 (0)