Install specific version of chrome for testing

This commit is contained in:
Ajay
2025-04-24 15:20:59 -04:00
parent 822e00a46a
commit 467e1cae50

View File

@@ -18,6 +18,12 @@ jobs:
- run: npm ci
- run: sudo apt-get install chromium-chromedriver
- uses: browser-actions/setup-chrome@f657ed6f2be4bd6a9b51278992ea1f0efeb75b5d
with:
chrome-version: 135
install-dependencies: true
install-chromedriver: true
- name: Copy configuration
run: cp config.json.example config.json