Skip to content

Commit 0a03c75

Browse files
committed
fix(ci): pin Firefox 115 ESR for Cypress compatibility
1 parent f323904 commit 0a03c75

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cypress.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: 18
17+
18+
- name: Setup Firefox
19+
if: matrix.browser == 'firefox'
20+
uses: browser-actions/setup-firefox@v1
21+
with:
22+
firefox-version: '115.0esr'
23+
1724
- uses: cypress-io/github-action@v6
1825
with:
1926
config: video=false

0 commit comments

Comments
 (0)