Skip to content

Commit 5843160

Browse files
committed
removed npm cache option from deploy-frontend.yml
1 parent 2b4e340 commit 5843160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-node@v4
1717
with:
1818
node-version: '24'
19-
cache: 'npm'
19+
2020

2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)