mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 07:55:11 +08:00
chore(ci): 更新 pnpm 版本至 v10
- 将 GitHub Actions 中的 pnpm 版本从 v9 升级到 v10 - 保持缓存配置不变以提高构建性能
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: 设置 pnpm(启用 pnpm 缓存)
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
version: 10
|
||||
run_install: false
|
||||
cache: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user