ci: 修复了无法自动构建的问题
Some checks failed
CI / build (push) Failing after 36s

This commit is contained in:
wzp 2024-06-05 18:09:27 +08:00
parent b6eaf0381e
commit 39a99149c5

View File

@ -17,7 +17,7 @@ jobs:
with:
node-version: ">=20.11.1"
- name: 下载PNPM
run: npm install pnpm
run: npm install -g pnpm
- name: 下载项目依赖
run: pnpm install
- name: 构建项目