Skip to content

Commit 9c17ba4

Browse files
author
Indra Prajapati
committed
installed jq
1 parent 355c927 commit 9c17ba4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: lts/*
20+
- name: Install jq (Windows)
21+
if: runner.os == 'Windows'
22+
run: |
23+
choco install jq
2024
- name: Install dependencies
2125
run: npm ci
2226
- name: Install Playwright Browsers

0 commit comments

Comments
 (0)