Skip to content

Commit bef7509

Browse files
committed
ci(copilot-setup-steps): add npm install step
1 parent 8e5f5ce commit bef7509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
with:
3535
node-version-file: 'package.json'
3636
cache: 'npm'
37+
- name: Install dependencies
38+
run: npm install

0 commit comments

Comments
 (0)