Skip to content

Commit

Permalink
ci: fix browser-actions/setup-edge setup (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio authored Jul 3, 2023
1 parent 148dd9b commit 104ced1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ jobs:
- uses: browser-actions/setup-chrome@v1
- uses: browser-actions/setup-firefox@v1
- uses: browser-actions/setup-edge@v1
with:
edge-version: beta

- name: Install
run: pnpm i
Expand Down

0 comments on commit 104ced1

Please sign in to comment.