Skip to content

Commit

Permalink
ci(github): test against the latest Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Aug 22, 2021
1 parent f569bd0 commit 7ec215b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest-devedition
- run: firefox --version
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 7ec215b

Please sign in to comment.