fix: 忘记安装 pnpm
This commit is contained in:
parent
a7446dd5b4
commit
e3c5f3fc8c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/script_build.yml
vendored
5
.github/workflows/script_build.yml
vendored
|
|
@ -18,6 +18,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4.1.0
|
||||
with:
|
||||
version: latest
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v5.0.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue