Skip to content

Commit c104c07

Browse files
author
Hermes Cron
committed
fix: 移除 cache: npm 避免缓存恢复损坏的 node_modules 导致 vite not found
1 parent c866aa2 commit c104c07

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: 20
22-
cache: 'npm'
2322

2423
- name: Install dependencies
2524
run: npm install --ignore-scripts

.github/workflows/release.yml

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

2322
- name: Install dependencies
2423
run: npm install --ignore-scripts

0 commit comments

Comments
 (0)