mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-11 23:45:11 +08:00
chore(workflow): 更新 github pages 工作流配置
- 为 pnpm action setup 添加版本配置 - 指定使用最新版本的 pnpm - 保持 nodejs 安装配置不变
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
|
||||
- name: 安装 pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: 安装 Nodejs
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
Reference in New Issue
Block a user