Skip to content

Commit d8ebfd1

Browse files
committed
try fix copilot-setup-steps.yml
1 parent 60e5d58 commit d8ebfd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v5
3030

31+
- name: Setup pnpm
32+
uses: pnpm/action-setup@v4
33+
with:
34+
version: latest
35+
3136
- name: Set up Node.js
3237
uses: actions/setup-node@v4
3338
with:

0 commit comments

Comments
 (0)