mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 10:58:39 +08:00
ci: 修复 CI 打包错误
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -17,8 +17,7 @@ jobs:
|
||||
# 2、安装 PNPM
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: latest
|
||||
with: { version: 9 }
|
||||
# 3、安装 Node 环境
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
|
Reference in New Issue
Block a user