Skip to content

Commit ed729dd

Browse files
committed
fix(ci): remove npm cache to avoid lock file error
1 parent 384acc7 commit ed729dd

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
@@ -22,7 +22,6 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
2625

2726
- name: Install dependencies
2827
run: npm ci

0 commit comments

Comments
 (0)