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 33a5457 + 2c11eae commit cc78831Copy full SHA for cc78831
.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