Skip to content

Commit dab09db

Browse files
committed
add browser checkout to issue-comment.
1 parent b405f1e commit dab09db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/issue-comment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v3
3737

38+
- uses: actions/setup-node@v4
39+
with:
40+
node-version-file: .nvmrc
41+
3842
- uses: pnpm/action-setup@v2
3943
with:
4044
version: ${{ env.PNPM_VERSION }}
4145

42-
- uses: actions/setup-node@v4
43-
with:
44-
node-version-file: .nvmrc
46+
- name: Install browsers
47+
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4548

4649
- name: Configure Git
4750
run: |

0 commit comments

Comments
 (0)