We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d7643 commit 881d133Copy full SHA for 881d133
.github/workflows/ci.yml
@@ -95,7 +95,7 @@ jobs:
95
matrix:
96
include:
97
- node-version: 18
98
- os: windows-2019 # slowness reported on newer versions https://github.com/actions/runner-images/issues/5166
+ os: windows-latest
99
e2e-browser: 'chromium'
100
mode: 'dev'
101
@@ -107,7 +107,7 @@ jobs:
107
e2e-browser: 'webkit'
108
109
110
111
112
mode: 'build'
113
0 commit comments