Skip to content

Commit 65157ab

Browse files
fix(ci): remove npm cache to fix missing lock file error
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6f7e140 commit 65157ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 18
20-
cache: 'npm'
2120

2221
- name: 安装依赖
2322
run: npm install

0 commit comments

Comments
 (0)