Skip to content

Commit c77bdaf

Browse files
committed
try latest
1 parent beb1536 commit c77bdaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_fe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 25
1919

20-
- uses: pnpm/action-setup@v6
20+
- uses: pnpm/action-setup@latest
2121
name: Install pnpm
2222
with:
2323
version: latest

.github/workflows/webui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 25
2929

30-
- uses: pnpm/action-setup@v6
30+
- uses: pnpm/action-setup@latest
3131
name: Install pnpm
3232
with:
3333
version: latest

0 commit comments

Comments
 (0)