Skip to content

Commit 6bfd66e

Browse files
authored
Merge pull request #682 from dashpay/vivekgsharma-patch-4
Update deploy.yml
2 parents bcfae68 + e0f6198 commit 6bfd66e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
run: |
6565
ansible-galaxy install -r ansible/requirements.yml
6666
67+
# Install Node.js dependencies (required for firstRun.js)
68+
- name: Install Node.js dependencies
69+
run: |
70+
npm ci || npm install
71+
6772
# Optional: Check if inventory file exists
6873
- name: Check inventory file exists
6974
run: |

0 commit comments

Comments
 (0)