Skip to content

Commit 0b10e4e

Browse files
committed
ci(deploy): 移除 pnpm 缓存配置
移除了 GitHub Actions 中 setup-node 步骤的 pnpm 缓存配置。这个修改可能是为了解决与 pnpm 缓存相关的问题,或者减少构建过程中的不确定性。
1 parent 95a7d04 commit 0b10e4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: 22
40-
cache: pnpm
4140
- name: Setup Pages
4241
uses: actions/configure-pages@v4
4342
- name: Install dependencies

0 commit comments

Comments
 (0)