Skip to content

Commit f9c409c

Browse files
committed
fix: remove npm cache configuration from CI workflow
1 parent 111fcb7 commit f9c409c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
uses: actions/setup-node@v4
4747
with:
4848
node-version: '20.x'
49-
cache: 'npm'
5049

5150
- name: Install dependencies
5251
run: npm install

0 commit comments

Comments
 (0)