Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit fba250d

Browse files
committed
pnpm
1 parent 10b8a19 commit fba250d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/Build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ jobs:
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GITHUB_TOKEN }}
27-
- name: 准备 pnpm
28-
uses: step-security/action-setup@0ad50dc56a23060fa78b14cfcf0677c4e14b42bc # main
29-
with:
30-
version: latest
31-
cache: true
3227
- name: 准备 node.js
3328
uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c # main
3429
with:
3530
node-version: 24
3631
cache: pnpm
3732
check-latest: true
33+
- name: 准备 pnpm
34+
uses: step-security/action-setup@0ad50dc56a23060fa78b14cfcf0677c4e14b42bc # main
35+
with:
36+
version: latest
37+
cache: true
3838
- name: 安装 pnpm 依赖
3939
run: sfw pnpm install
4040
- name: 构建

0 commit comments

Comments
 (0)