Skip to content

Commit e2b89c8

Browse files
CI: Adjusting workflows
1 parent daaf3e0 commit e2b89c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,10 @@ jobs:
6363
- uses: browser-actions/setup-firefox@latest
6464
if: matrix.browser == 'firefox'
6565

66-
- uses: browser-actions/setup-edge@latest
66+
- uses: browser-actions/setup-edge@v1
6767
if: matrix.browser == 'edge'
68+
with:
69+
edge-version: stable
6870

6971
- name: Run Tests in ${{ matrix.browser }}
7072
run: |

0 commit comments

Comments
 (0)