downgrade to Firefox 102.0.1 used by ember-source repository to run tests (#579)

This commit is contained in:
Jeldrik Hanschke 2023-07-09 22:35:16 +02:00 committed by GitHub
parent 142970d214
commit de299c6f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,8 +90,10 @@ jobs:
node-version: '14.x'
- name: Install node modules
run: yarn install
- name: Install Firefox
run: sudo apt-get install firefox
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: 102.0.1
- name: Build with test environment
env:
CI: true