Skip to content

Commit 1f8790b

Browse files
fixed: setup chrome on the ci
1 parent 3474f84 commit 1f8790b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
npm run lint
2626
npm test
2727
- name: Runtime test
28+
uses: browser-actions/setup-chrome@v1
29+
with:
30+
chrome-version: 120
2831
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '20.x' }}
2932
run: |
3033
npm run build

0 commit comments

Comments
 (0)