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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup pnpm
|
||||||
|
uses: pnpm/action-setup@v4.1.0
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v5.0.0
|
uses: actions/setup-node@v5.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue