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

Commit 7ed37c9

Browse files
committed
?
1 parent fba250d commit 7ed37c9

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
2732
- name: 准备 node.js
2833
uses: actions/setup-node@670825a89dc0abd596e7a3abd0f5e3f6e5faf37c # main
2934
with:
3035
node-version: 24
3136
cache: pnpm
3237
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)