Skip to content

Commit 10e63be

Browse files
Update npm install commands in welcome.yml
1 parent a738698 commit 10e63be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/welcome.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
node-version: '22'
2626

2727
- name: Install dependencies
28-
run: npm install @github/copilot-sdk puppeteer
28+
run: |
29+
npm install -g @github/copilot-cli
30+
npm install @github/copilot-sdk puppeteer
2931
3032
- name: Get issue data
3133
id: get-issue

0 commit comments

Comments
 (0)