Skip to content

Commit a1a5f07

Browse files
committed
fix(ci): pnpm install at 2025
1 parent a920d41 commit a1a5f07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222

2323
# pnpm
2424
- uses: pnpm/action-setup@v4
25+
with:
26+
run_install: |
27+
- cwd: ./2025
2528
- name: build 2025
2629
working-directory: ./2025
2730
run: |

0 commit comments

Comments
 (0)