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.
2 parents a7b98de + cc78831 commit 04c1782Copy full SHA for 04c1782
.github/workflows/ci.yml
@@ -167,9 +167,9 @@ jobs:
167
strategy:
168
matrix:
169
node-version: [18] # just one as integration tests are about testing in browser
170
- runs-on: [ubuntu] # macos is flaky
+ runs-on: [ubuntu-22.04] # macos is flaky
171
browser: [chromium, firefox, webkit]
172
- runs-on: ${{ matrix.runs-on }}-latest
+ runs-on: ${{ matrix.runs-on }}
173
steps:
174
- uses: actions/checkout@v3
175
- name: Use Node.js ${{ matrix.node-version }}.x
0 commit comments